1PLGLEVEL(3plplot) PLplot API PLGLEVEL(3plplot)
2
3
4
6 plglevel - Get the (current) run level
7
9 plglevel(p_level)
10
12 Get the (current) run level. Valid settings are: 0, uninitialized 1,
13 initialized 2, viewport defined 3, world coordinates defined
14
15
16 Redacted form: plglevel(p_level)
17
18 This function is used in example 31.
19
21 p_level (PLINT_NC_SCALAR(3plplot), output)
22 Returned value of the run level.
23
24
26 Many developers (who are credited at http://plplot.source‐
27 forge.net/credits.php) have contributed to PLplot over its long his‐
28 tory.
29
31 PLplot documentation at http://plplot.sourceforge.net/documenta‐
32 tion.php.
33
34
35
36 August, 2017 PLGLEVEL(3plplot)