Representation of any kind of file to be used by gnuplot.
An AnyFile represents a file, but presumably one that holds data
in a format readable by gnuplot. This class simply remembers the
filename; the existence and format of the file are not checked
whatsoever. If no filename is specfied, a random one is created.
Note that this is not a PlotItem , though it is used by the File
PlotItem .
Members:
-
self.filename the filename of the file
Methods
|
|
__init__
|
|
__init__
|
__init__ ( self, filename=None )
Make an AnyFile referencing the file with name .
If is not specified, choose a random filename (but
do not create the file).
|
|