| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package gnuplot :: Module offset_plot :: Class OffsetPlot |
|
object--+ |Item--+ |Item--+ |Plot--+ | OffsetPlot
| Method Summary | |
|---|---|
Initialisation of OffsetPlot class | |
Gets the current linestyle of the OffsetPlot | |
Does OffsetPlot object specific rendering stuff | |
Sets the data to the given plot object. | |
Sets the linestyle of the OffsetPlot | |
| 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 OffsetPlot class
|
getLineStyle(self)Gets the current linestyle of the OffsetPlot
|
render(self)Does OffsetPlot object specific rendering stuff
|
setData(self, *dataList)Sets the data to the given plot object.
|
setLineStyle(self, linestyle)Sets the linestyle of the OffsetPlot Linestyles may be either a word in the Gnuplot style, or a symbol shortcut in the Matlab style. Some of the options do not have a Matlab equivalent but do have a Gnuplot equivalent, or vice versa. What this method does, is take the linestyles possible as defined by PyVisi, and then does some conversion as best it can to get the relevant output from (in this case) gnuplot. Possible linestyles are:
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:26 2006 | http://epydoc.sf.net |