| Home | Trees | Index | Help |
|---|
| Package esys :: Package pyvisi :: Module plot :: Class LinePlot |
|
object--+ |Item--+ |Plot--+ | LinePlot
Line plot
This is the abstract base class of all LinePlot objects. Renderer modules must inherit and override the methods defined here.| Method Summary | |
|---|---|
Initialisation of LinePlot class | |
Gets the current linestyle of the LinePlot | |
Does LinePlot object specific (pre) 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 label of the x-axis | |
Set the label of the y-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 (pre) rendering stuff
|
setData(self, *dataList)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:27 2006 | http://epydoc.sf.net |