Methods
|
|
__del__
__init__
init
plotcurve
plotcurves
pscommand
|
|
__del__
|
__del__ ( self )
|
|
__init__
|
__init__ ( self, **kwargs )
Create a visualizer for curves, using Grace (xmgrace)
|
|
init
|
init ( self )
|
|
plotcurve
|
plotcurve (
self,
y,
legend='',
ps=0,
plotstyle=DEFAULTSTYLE,
)
See CurveViz module for documentation.
|
|
plotcurves
|
plotcurves (
self,
curves,
ps=0,
plotstyles=DEFAULTSTYLE,
)
See CurveViz module for documentation.
|
|
pscommand
|
pscommand ( self, filename )
|
|