| |
- disipyl.plots.ScatterPlot(disipyl.plots.Plot2D)
-
- ScatterPlot
- disipyl.plots.VectorPlot(disipyl.plots.Plot2D)
-
- VectorPlot
class ScatterPlot(disipyl.plots.ScatterPlot) |
|
Create scatter plot from list of complex numbers. |
|
- Method resolution order:
- ScatterPlot
- disipyl.plots.ScatterPlot
- disipyl.plots.Plot2D
- disipyl.pxdislin.PlotObject
- disipyl.pxdislin.Object
- __builtin__.object
Methods defined here:
- __init__(self, pts, **keywords)
- set_axes(self)
Data and non-method functions defined here:
- __doc__ = 'Create scatter plot from list of complex numbers.'
- __module__ = 'disipyl.complexplots'
Methods inherited from disipyl.plots.ScatterPlot:
- cleanup(self)
- set_dataobjects(self)
- set_defaults(self)
Methods inherited from disipyl.plots.Plot2D:
- refresh = setup_plot(self)
- setDataOptions(self, n=None, **keywords)
- setup_plot(self)
Methods inherited from disipyl.pxdislin.PlotObject:
- add(self, *obj)
- configure(self)
- draw(self, canvas=None)
- drawaxes(self)
- drawdataobjects(self)
- drawdispostaxis(self)
- Execute any extra functions which should be done at DISLIN levels 2 or 3
- drawdispreaxis(self)
- Execute any extra functions which should be done at DISLIN level 1
- drawtitle(self)
- explore(self)
- finish_axes(self)
- save(self, filename, format='postscript')
Methods inherited from disipyl.pxdislin.Object:
- __call__(self, **kw)
- Set options or data for object.
- deldata(self, dat)
- deloption(self, opt)
- info(self, option)
- option_string(self)
- Returns string containing all the options and their values.
- print_options(self)
- set_info(self, infomodule)
- set_keywords(self, kw)
- setdata(self, **kw)
- setoptions(self, **kw)
Data and non-method functions inherited from disipyl.pxdislin.Object:
- __dict__ = <dict-proxy object>
- __weakref__ = <member '__weakref__' of 'Object' objects>
Methods inherited from __builtin__.object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from __builtin__.object:
- __class__ = <type 'type'>
- the object's class
- __new__ = <built-in method __new__ of type object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|
class VectorPlot(disipyl.plots.VectorPlot) |
|
|
|
- Method resolution order:
- VectorPlot
- disipyl.plots.VectorPlot
- disipyl.plots.Plot2D
- disipyl.pxdislin.PlotObject
- disipyl.pxdislin.Object
- __builtin__.object
Methods defined here:
- __init__(self, startpts, endpts, **keywords)
Data and non-method functions defined here:
- __module__ = 'disipyl.complexplots'
Methods inherited from disipyl.plots.VectorPlot:
- set_axes(self)
- set_dataobjects(self)
Data and non-method functions inherited from disipyl.plots.VectorPlot:
- __doc__ = None
Methods inherited from disipyl.plots.Plot2D:
- refresh = setup_plot(self)
- setDataOptions(self, n=None, **keywords)
- set_defaults(self)
- setup_plot(self)
Methods inherited from disipyl.pxdislin.PlotObject:
- add(self, *obj)
- cleanup(self)
- configure(self)
- draw(self, canvas=None)
- drawaxes(self)
- drawdataobjects(self)
- drawdispostaxis(self)
- Execute any extra functions which should be done at DISLIN levels 2 or 3
- drawdispreaxis(self)
- Execute any extra functions which should be done at DISLIN level 1
- drawtitle(self)
- explore(self)
- finish_axes(self)
- save(self, filename, format='postscript')
Methods inherited from disipyl.pxdislin.Object:
- __call__(self, **kw)
- Set options or data for object.
- deldata(self, dat)
- deloption(self, opt)
- info(self, option)
- option_string(self)
- Returns string containing all the options and their values.
- print_options(self)
- set_info(self, infomodule)
- set_keywords(self, kw)
- setdata(self, **kw)
- setoptions(self, **kw)
Data and non-method functions inherited from disipyl.pxdislin.Object:
- __dict__ = <dict-proxy object>
- __weakref__ = <member '__weakref__' of 'Object' objects>
Methods inherited from __builtin__.object:
- __delattr__(...)
- x.__delattr__('name') <==> del x.name
- __getattribute__(...)
- x.__getattribute__('name') <==> x.name
- __hash__(...)
- x.__hash__() <==> hash(x)
- __reduce__(...)
- helper for pickle
- __repr__(...)
- x.__repr__() <==> repr(x)
- __setattr__(...)
- x.__setattr__('name', value) <==> x.name = value
- __str__(...)
- x.__str__() <==> str(x)
Data and non-method functions inherited from __builtin__.object:
- __class__ = <type 'type'>
- the object's class
- __new__ = <built-in method __new__ of type object>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
| |