Table of Contents

Class: File ./PlotItems.py

A PlotItem representing a file that contains gnuplot data.

Base Classes   
PlotItem
Methods   
__init__
set_option_binary
set_option_using
  __init__ 
__init__ (
        self,
        file,
        **keyw,
        )

Construct a File object.

can be either a string holding the filename of an existing file, or it can be an object of any class derived from AnyFile (such as a TempArrayFile).

Keyword arguments:

using=

plot that column against line number

using=

plot using a:b:c:d etc.

using=

plot `using ' (allows gnuplot's arbitrary column arithmetic)

binary=

data in file is in binary format (only recognized for grid data for splot).

smooth=

smooth the data. Option should be unique, csplines, acsplines, bezier, or sbezier.

The keyword arguments recognized by PlotItem can also be used here.

Note that the using option is interpreted by gnuplot, so columns must be numbered starting with 1. The default title for a TempFile is notitle to avoid using the temporary file's name as the title.

Exceptions   
<a href="PlotItems.py_OptionException.html">OptionException</a>

  set_option_binary 
set_option_binary ( self,  binary )

  set_option_using 
set_option_using ( self,  using )

Exceptions   
OptionException('using=%s' %( using, ) )


Table of Contents

This document was automatically generated on Fri Jan 26 13:13:18 2001 by HappyDoc version r0_9_2