pingspice.analysis.plot.Stylist(object)
class documentation
Part of pingspice.analysis.plot
(View In Hierarchy)
Plotter
uses an instance of me to color simulation lines (or dots) and goal points
for one subplot.
Parameters | linePlot | Set True if the plot has lines instead of dots. |
Class Variable | colors | A sequence of 2-tuples, each with a simulation color and goal point ("x") color. |
Method | __init__ | Stylist(linePlot=False) |
Method | sc | Returns the next simulation color. |
Method | xc | Returns the next goal point color. |
Method | doSettings | Returns a dict with kw settings for the next simulation plot and another dict for its goal points. |
Method | _kNext | Returns the index of the next simulation line or dots (kWhich=0) or of the next goal points (kWhich=1). |