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 *, output)
22 Pointer to the run level.
23
24
26 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
27 man page was automatically generated from the DocBook source of the
28 PLplot documentation, maintained by Alan W. Irwin and Rafael
29 Laboissiere.
30
32 PLplot documentation at http://plplot.sourceforge.net/resources.
33
34
35
36 July, 2010 PLGLEVEL(3plplot)