IterationPlotter

 
IterationPlotter = class IterationPlotter(builtins.object)
    The IterationPlotter plots intermediate results from a iterative fitter.
 
Author:      Do Kester
 
  Constructor:
plotData( x, y, title )
Plot the data.
 
Parameters
----------
x : array_like
    x-axis values of the data
y : array_like
    y-axis values of the data
title : string
    the title of the plot
Methods defined here:
plotProgress( percent )
Plot (estimated) progress upto now.
plotResult( x, r, iter )
Plot the ( intermediate ) result.
 
Parameters
----------
x : array_like
    x-axis values of the data
r : array_like
    model result
iter : int
    iteration number