| Trees | Indices | Help |
|
|---|
|
|
A group of data traces to be plotted together.
A TraceGroup defines a set of associated data traces and allows them to be plotted on stacked, aligned axes. The constructor takes a DataRecorder object as a data source, and a list of Trace objects that indicate the traces to plot. The trace specifications are stored in the attribute self.traces, which can be modified at any time.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
hspace = param.Number(default= 0.6, doc= Height spacing adjustment between plots. |
|||
time_axis_relative = param.Boolean(default= False, doc= Whether to plot the time-axis tic values relative to the start of the plotted time range, or in absolute values. |
|||
name = <param.parameterized.String object at 0xc0dfcec>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Plot the traces. Requires MatPlotLib (aka pylab). Plots the traces specified in self.traces, over the timespan specified by times. times = (start_time,end_time); if either start_time or end_time is None, it is assumed to extend to the beginning or end of the timeseries, respectively. |
|
|||
hspaceHeight spacing adjustment between plots. Larger values produce more space.
|
time_axis_relativeWhether to plot the time-axis tic values relative to the start of the plotted time range, or in absolute values.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:39 2010 | http://epydoc.sourceforge.net |