Class on which Plotter and PercentScreenPlotter are based.
    |  | 
        
          | __init__(self,
        calcs,
        title,
        xlabel,
        ylabel,
        xmax,
        ymax) 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.
 |  |  | 
    |  | 
        
          | plot(self,
        indexes=None) Launch interactive matplotlib viewer loaded with the plot.
 |  |  | 
    |  |  | 
    |  | 
        
          | savePlot(self,
        png_file= 'plot.png')Serialized figure to a png format file.
 |  |  | 
    |  | 
        
          | getPlotFigure(self,
        indexes=None) Returns a new pylab figure the plot.
 |  |  | 
    |  | 
        
          | addSeries(self,
        calc,
        style=None,
        plot_figure=None) Returns:
      None
 |  |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |