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,20.
21
23 fnam (const char *, input)
24 Pointer to file name string.
25
26
28 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
29 man page was automatically generated from the DocBook source of the
30 PLplot documentation, maintained by Alan W. Irwin and Rafael
31 Laboissiere.
32
34 PLplot documentation at http://plplot.sourceforge.net/resources.
35
36
37
38 July, 2010 PLSFNAM(3plplot)