disipyl.complexplots (version 1.2)
index
/home/pmagwene/data/pmag/pyth/disipyl/complexplots.py

Plot functions for dealing with complex valued data.
 
-----------------------------------------------------------------------------
(c) Copyright by Paul M. Magwene, 2002  (mailto:paul.magwene@yale.edu)
 
    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee or royalty is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation or portions thereof, including modifications,
    that you make.
 
    THE AUTHOR PAUL M. MAGWENE DISCLAIMS ALL WARRANTIES WITH REGARD TO
    THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS, IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
    INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
    FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
    WITH THE USE OR PERFORMANCE OF THIS SOFTWARE !
-----------------------------------------------------------------------------

 
Modules
            
Numeric
cmath
disipyl.plots
disipyl.pxdislin
 
Classes
            
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
 
Data
             __author__ = 'Paul M. Magwene '
__credits__ = ''
__file__ = '/home/pmagwene/data/pmag/pyth/disipyl/complexplots.py'
__name__ = 'disipyl.complexplots'
__version__ = '$Revision: 1.1.1.1 $'
 
Author
             Paul M. Magwene <paul.magwene@yale.edu>
 
Credits