1PLSTART(3plplot)                  PLplot API                  PLSTART(3plplot)
2
3
4

NAME

6       plstart - Initialization
7

SYNOPSIS

9       plstart(devname, nx, ny)
10

DESCRIPTION

12       Alternative  to  plstar(3plplot) for initializing the plotting package.
13       The device name keyword for the desired output device must be  supplied
14       as  an  argument.   These keywords are the same as those printed out by
15       plstar(3plplot).  If the requested device is not available, or  if  the
16       input  string  is  empty or begins with ``?'', the prompted start up of
17       plstar(3plplot) is used.  This routine also divides the  output  device
18       page  into  nx by ny subpages, each of which may be used independently.
19       The subroutine pladv(3plplot) is used to advance from  one  subpage  to
20       the next.
21
22       Redacted  form: General: plstart(devname, nx, ny) Perl/PDL: plstart(nx,
23       ny, devname)
24
25
26       This function is not used in any examples.
27

ARGUMENTS

29       devname (PLCHAR_VECTOR(3plplot), input)
30              An ascii character string containing the device name keyword  of
31              the  required output device.  If devname is NULL or if the first
32              character of the string is a ``?'', the normal (prompted)  start
33              up is used.
34
35       nx (PLINT(3plplot), input)
36              Number of subpages to divide output page in the x direction.
37
38       ny (PLINT(3plplot), input)
39              Number of subpages to divide output page in the y direction.
40
41

AUTHORS

43       Many    developers   (who   are   credited   at   http://plplot.source
44       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
45       tory.
46

SEE ALSO

48       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
49       tion.php.
50
51
52
53                                 August, 2017                 PLSTART(3plplot)
Impressum