|
__init__(self,
calcs,
title=' Screen Results ' )
Returns:
None |
|
|
list
|
getPointsFromCalc(self,
calc)
Returns points for this metric from the given Calculator instance. |
|
|
str
|
getLegendLabel(self,
calc)
Return the string to show in the series legend. |
|
|
Inherited from _BasePlotter :
addReferenceSeries ,
addSeries ,
getPlotFigure ,
plot ,
savePlot ,
showPlotWindow
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|