Re: [Matplotlib-users] Interactive use of matplotlib in ipython

2010-02-18 Thread Wolfgang Kerzendorf
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

Re: [Matplotlib-users] Interactive use of matplotlib in ipython

2010-02-17 Thread John Hunter
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