Declared in module Gnuplot
class AnyFile: def __init__(self, filename=None) # Make an 'AnyFile' referencing the file with name 'filename'.
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
.
self.filename
Make an 'AnyFile' referencing the file with name 'filename'.
Iffilename
is not specified, choose a random filename (but
do not create the file).
![]() |
|