Public Member Functions | Public Attributes | Static Private Attributes
mtrace_plot.MtracePlotData Class Reference

Container class holds plot data, color, legend for one line on plot. More...

List of all members.

Public Member Functions

def __init__

Public Attributes

 color
 legend
 xdata
 ydata

Static Private Attributes

list __slots__ = [ 'xdata', 'ydata', 'color', 'legend' ]

Detailed Description

Container class holds plot data, color, legend for one line on plot.

Definition at line 53 of file mtrace_plot.py.


Constructor & Destructor Documentation

def mtrace_plot.MtracePlotData.__init__ (   self,
  xdata = [],
  ydata = [],
  color = 'b-',
  legend = '_nolegend_' 
)

Definition at line 55 of file mtrace_plot.py.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


mtrace_tools
Author(s): Derek
autogenerated on Sat Dec 28 2013 17:58:08