~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plinit.3plplot

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" This page was automatically generated.  Do not edit!
2
2
.\" 
3
 
.TH PLINIT 3plplot  "June, 2004" "" "PLplot API"
 
3
.TH PLINIT 3plplot  "May, 2006" "" "PLplot API"
4
4
.SH NAME
5
5
\fBplinit\fP - Initialize PLplot 
6
6
.SH SYNOPSIS
8
8
.SH DESCRIPTION
9
9
 
10
10
.P
11
 
Initializing the plotting package.  The program prompts for the device keyword or number of the desired output device.  Hitting a RETURN in response to the prompt is the same as selecting the first device.  \fBplinit\fP(3plplot) will issue no prompt if either the device was specified previously (via command line flag, the \fBplsetopt\fP(3plplot) function, or the \fBplsdev\fP(3plplot) function), or if only one device is enabled when PLplot is installed.  If subpages have been specified, the output device is divided into nx by ny sub-pages, each of which may be used independently.  If \fBplinit\fP(3plplot) is called again during a program, the previously opened file will be closed.  The subroutine \fBpladv\fP(3plplot) is used to advance from one subpage to the next. 
 
11
Initializing the plotting package.  The program prompts for the device keyword or number of the desired output device.  Hitting a RETURN in response to the prompt is the same as selecting the first device.  \fBplinit\fP(3plplot) will issue no prompt if either the device was specified previously (via command line flag, the \fBplsetopt\fP(3plplot) function, or the \fBplsdev\fP(3plplot) function), or if only one device is enabled when PLplot is installed.  If subpages have been specified, the output device is divided into nx by ny subpages, each of which may be used independently.  If \fBplinit\fP(3plplot) is called again during a program, the previously opened file will be closed.  The subroutine \fBpladv\fP(3plplot) is used to advance from one subpage to the next. 
12
12
.SH AUTHORS
13
13
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot.  This man page
14
14
was automatically generated from the DocBook source of the PLplot