1PLGFNAM(3plplot) PLplot API PLGFNAM(3plplot)
2
3
4
6 plgfnam - Get output file name
7
9 plgfnam(fnam)
10
12 Gets the current output file name, if applicable.
13
14 Redacted form: plgfnam(fnam)
15
16 This function is used in example 31.
17
19 fnam (PLCHAR_NC_VECTOR(3plplot), output)
20 Returned ascii character string (with preallocated length of 80
21 characters or more) containing the file name.
22
23
25 Many developers (who are credited at http://plplot.org/credits.php)
26 have contributed to PLplot over its long history.
27
29 PLplot documentation at http://plplot.org/documentation.php.
30
31
32
33 July, 2022 PLGFNAM(3plplot)