That is really awesome, I wrote myself a little script today using the
poly_editor, data browser and the widgets. This is really cool.
I have one problem however, with the widgets I have buttons to switch
between different data sets and like in the button demo i just update the
plotdata rather tha
On Wed, Feb 17, 2010 at 7:42 AM, Wolfgang Kerzendorf
wrote:
> Hello,
>
> I would like to build a bit of an interactive fitter with matplotlib and
> ipython (in pylab environment). I would like to have a a function, which
> takes x and y as input, then plots these and fits a line to it (just nump
Hello,
I would like to build a bit of an interactive fitter with matplotlib and
ipython (in pylab environment). I would like to have a a function, which takes
x and y as input, then plots these and fits a line to it (just numpy polyfit).
if I click a point it will be removed from the fit pool a