Trees | Indices | Help |
|
---|
|
object --+ | _BasePlotter --+ | PercentScreenPlotter
A class to plot multiple series of Calculator data as %Actives Found vs %Screen. API example ----------- Where <enrich_calc1> and <enrich_calc2> are instances of Calculator: enrich_plotter = enrichment.PercentScreenPlotter([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 Oct 26 00:59:34 2016 | http://epydoc.sourceforge.net |