Declared in module Gnuplot
Gnuplot.TempArrayFile
Gnuplot.ArrayFile
Gnuplot.AnyFile
Gnuplot.TempFile
Gnuplot.AnyFile
class TempArrayFile(ArrayFile, TempFile): def __init__(self, set, filename=None) # Create a temporary file and write an array to it. # Inherited from Gnuplot.AnyFile def __init__(self, filename=None) # Make an 'AnyFile' referencing the file with name 'filename'. # Inherited from Gnuplot.ArrayFile def __init__(self, set, filename=None) # Create a file and write an array to it. # Inherited from Gnuplot.TempFile def __del__(self) # Delete the referenced file.
Create a temporary file and write an array to it.
When the TempArrayFile
is destroyed, the file is deleted
automatically.
Make an 'AnyFile' referencing the file with name 'filename'.
If filename
is not specified, choose a random filename (but
do not create the file).
![]() |
|