pingspice.analysis.plot.Plotter(object)
class documentation
Part of pingspice.analysis.plot
(View In Hierarchy)
I plot simulation curves vs goal points.
Parameters | sp | Supply a yampex.Plotter object in subplot context instead of
having me construct a Plotter and create that context. For unit testing
only. |
Method | __init__ | Plotter(plotSpecs, logValues, plotFile=None, dims=None,
sp=None) |
Method | __call__ | Call with an instance of sse.Result to
plot the results vs goal points. |
Method | _plot | Undocumented |