1PLSTAR(3plplot) PLplot API PLSTAR(3plplot)
2
3
4
6 plstar - Initialization
7
9 plstar(nx, ny)
10
12 Initializing the plotting package. The program prompts for the device
13 keyword or number of the desired output device. Hitting a RETURN in
14 response to the prompt is the same as selecting the first device. If
15 only one device is enabled when PLplot is installed, plstar(3plplot)
16 will issue no prompt. The output device is divided into nx by ny sub‐
17 pages, each of which may be used independently. The subroutine
18 pladv(3plplot) is used to advance from one subpage to the next.
19
20 Redacted form: plstar(nx, ny)
21
22 This function is used in example 1.
23
25 nx (PLINT(3plplot), input)
26 Number of subpages to divide output page in the x direction.
27
28 ny (PLINT(3plplot), input)
29 Number of subpages to divide output page in the y direction.
30
31
33 Many developers (who are credited at http://plplot.org/credits.php)
34 have contributed to PLplot over its long history.
35
37 PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41 November, 2019 PLSTAR(3plplot)