1PLGDEV(3plplot) PLplot API PLGDEV(3plplot)
2
3
4
6 plgdev - Get the current device (keyword) name
7
9 plgdev(p_dev)
10
12 Get the current device (keyword) name. Note: you must have allocated
13 space for this (80 characters is safe).
14
15 Redacted form: plgdev(p_dev)
16
17 This function is used in example 14.
18
20 p_dev (char *, output)
21 Pointer to device (keyword) name string.
22
23
25 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 July, 2010 PLGDEV(3plplot)