bionic (3) plstar.3plplot.gz

Provided by: plplot-doc_5.13.0+dfsg-6ubuntu2_all bug

NAME

       plstar - Initialization

SYNOPSIS

       plstar(nx, ny)

DESCRIPTION

       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.  If
       only  one  device  is enabled when PLplot is installed, plstar(3plplot) will issue no prompt.  The output
       device is divided into nx by ny subpages, each of  which  may  be  used  independently.   The  subroutine
       pladv(3plplot) is used to advance from one subpage to the next.

       Redacted form: plstar(nx, ny)

       This function is used in example 1.

ARGUMENTS

       nx (PLINT(3plplot), input)
              Number of subpages to divide output page in the x direction.

       ny (PLINT(3plplot), input)
              Number of subpages to divide output page in the y direction.

AUTHORS

       Many  developers  (who  are  credited  at  http://plplot.sourceforge.net/credits.php) have contributed to
       PLplot over its long history.

SEE ALSO

       PLplot documentation at http://plplot.sourceforge.net/documentation.php.

                                                 November, 2017                                  PLSTAR(3plplot)