.\" This page was automatically generated. Do not edit! .\" .TH PLSTAR 3plplot "January, 2019" "" "PLplot API" .SH NAME \fBplstar\fP - Initialization .SH SYNOPSIS \fBplstar\fP(\fInx\fP, \fIny\fP) .SH DESCRIPTION .P 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, \fBplstar\fP(3plplot) will issue no prompt. The output device is divided into \fInx\fP by \fIny\fP subpages, each of which may be used independently. The subroutine \fBpladv\fP(3plplot) is used to advance from one subpage to the next. .P Redacted form: \fBplstar(nx, ny)\fP .P This function is used in example 1. .SH ARGUMENTS .TP \fInx\fP (\fBPLINT\fP(3plplot), input) Number of subpages to divide output page in the x direction. .TP \fIny\fP (\fBPLINT\fP(3plplot), input) Number of subpages to divide output page in the y direction. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.