| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package gnuplot :: Module scatter_plot_3d :: Class ScatterPlot3D |
|
object--+ |Item--+ |Item--+ |Plot--+ | ScatterPlot3D
Scatter Plot in three dimensions.
This is like a surface plot, but using crosses, or points as the data points.| Method Summary | |
|---|---|
Initialisation of ScatterPlot3D class | |
Does ScatterPlot3D object specific rendering stuff | |
Sets the data to the given plot object. | |
| Inherited from Plot | |
Set the label of a given axis | |
Set the plot title | |
Set the range of the x axis | |
Set the label of the x-axis | |
Set the range of the y axis | |
Set the label of the y-axis | |
Set the range of the z axis | |
Set the label of the z-axis | |
| 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 ScatterPlot3D class
|
render(self)Does ScatterPlot3D object specific rendering stuff
|
setData(self, *dataList)Sets the data to the given plot object.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:21 2006 | http://epydoc.sf.net |