Table of contents Index

class AnyFile - Representation of any kind of file to be used by gnuplot.

Declared in module Gnuplot

Synopsis

class AnyFile:
    def __init__(self, filename=None) # Make an 'AnyFile' referencing the file with name 'filename'.

Description

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

__init__(self, filename=None)

Make an 'AnyFile' referencing the file with name 'filename'.

If filename is not specified, choose a random filename (but do not create the file).
Valid HTML 4.0! Made with CSS