| Trees | Indices | Help |
|
|---|
|
|
object --+
|
_BasePlotter --+
|
Plotter
A class to plot multiple series of Calculator data.
API example
-----------
Where <enrich_calc1> and <enrich_calc2> are instances of Calculator:
enrich_plotter = enrichment.Plotter([enrich_calc1, enrich_calc2])
enrich_plotter.plot() # Launch interactive plot window.
enrich_plotter.savePlot('my_plot.png') # Save plot to file.
There are six line styles defined by default. Plotting more than
six results cycles through the styles.
|
|||
|
|||
| list |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns points for this metric from the given Calculator instance.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:22 2016 | http://epydoc.sourceforge.net |