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 (PLCHAR_NC_VECTOR(3plplot), output)
21 Returned ascii character string (with preallocated length of 80
22 characters or more) containing the device (keyword) name.
23
24
26 Many developers (who are credited at http://plplot.org/credits.php)
27 have contributed to PLplot over its long history.
28
30 PLplot documentation at http://plplot.org/documentation.php.
31
32
33
34 July, 2022 PLGDEV(3plplot)