Container class holds plot data, color, legend for one line on plot. More...
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| color | |
| legend | |
| xdata | |
| ydata | |
Static Private Attributes | |
| list | __slots__ = [ 'xdata', 'ydata', 'color', 'legend' ] |
Container class holds plot data, color, legend for one line on plot.
Definition at line 53 of file mtrace_plot.py.
| def mtrace_plot.MtracePlotData.__init__ | ( | self, | |
xdata = [], |
|||
ydata = [], |
|||
color = 'b-', |
|||
legend = '_nolegend_' |
|||
| ) |
Definition at line 55 of file mtrace_plot.py.
list mtrace_plot.MtracePlotData::__slots__ = [ 'xdata', 'ydata', 'color', 'legend' ] [static, private] |
Definition at line 54 of file mtrace_plot.py.
Definition at line 55 of file mtrace_plot.py.
Definition at line 55 of file mtrace_plot.py.
Definition at line 55 of file mtrace_plot.py.
Definition at line 55 of file mtrace_plot.py.