| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Package renderers :: Package gnuplot :: Module line_plot :: Class LinePlot |
|
object--+ |Item--+ |Item--+ |Plot--+ | LinePlot
| Method Summary | |
|---|---|
Initialisation of LinePlot class | |
Gets the current linestyle of the LinePlot | |
Does LinePlot object specific rendering stuff | |
Sets the data to the given plot object. | |
Sets the linestyle of the LinePlot | |
| 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 LinePlot class
|
getLineStyle(self)Gets the current linestyle of the LinePlot
|
render(self)Does LinePlot object specific rendering stuff
|
setData(self, *dataList, **options)Sets the data to the given plot object.
|
setLineStyle(self, linestyle)Sets the linestyle of the LinePlot 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:18 2006 | http://epydoc.sf.net |