| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module plot :: Class Plot |
|
object--+ |Item--+ | Plot
ArrowPlot,
Axes,
BallPlot,
ContourPlot,
EllipsoidPlot,
IsosurfacePlot,
LinePlot,
ScatterPlot,
ScatterPlot3D,
SurfacePlotAbstract plot class
This is the abstract base class of all Plot objects. Renderer modules must inherit and override the methods defined here.| Method Summary | |
|---|---|
Initialisation of abstract Plot class | |
Set data to Plot | |
Set the label of a given axis | |
Set the plot title | |
Set the label of the x-axis | |
Set the label of the y-axis | |
Set the label of the z-axis | |
| Inherited from Item | |
Render the object | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
__init__(self,
scene)
Initialisation of abstract Plot class
|
setData(self, *dataList)Set data to Plot
|
setLabel(self, axis, label)Set the label of a given axis
|
setTitle(self, title)Set the plot title
|
setXLabel(self, label)Set the label of the x-axis
|
setYLabel(self, label)Set the label of the y-axis
|
setZLabel(self, label)Set the label of the z-axis
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:25 2006 | http://epydoc.sf.net |