1PLSFNAM(3plplot) PLplot API PLSFNAM(3plplot)
2
3
4
6 plsfnam - Set output file name
7
9 plsfnam(fnam)
10
12 Sets the current output file name, if applicable. If the file name has
13 not been specified and is required by the driver, the user will be
14 prompted for it. If using the X-windows output driver, this sets the
15 display name. This routine, if used, must be called before initializā
16 ing PLplot.
17
18 Redacted form: plsfnam(fnam)
19
20 This function is used in examples 1 and 20.
21
23 fnam (PLCHAR_VECTOR(3plplot), input)
24 An ascii character string containing the file name.
25
26
28 Many developers (who are credited at http://plplot.org/credits.php)
29 have contributed to PLplot over its long history.
30
32 PLplot documentation at http://plplot.org/documentation.php.
33
34
35
36 January, 2021 PLSFNAM(3plplot)