Re: interactive plots

2011-07-06 Thread Almar Klein
On 7 July 2011 00:00, Almar Klein wrote: > > > On 6 July 2011 17:04, Mihai Badoiu wrote: > >> How do I do interactive plots in python? Say I have to plot f(x) and g(x) >> and I want in the plot to be able to click on f and make it disappear. Any >> python library that does this? > > > Visvis i

Re: interactive plots

2011-07-06 Thread Almar Klein
On 6 July 2011 17:04, Mihai Badoiu wrote: > How do I do interactive plots in python? Say I have to plot f(x) and g(x) > and I want in the plot to be able to click on f and make it disappear. Any > python library that does this? Visvis is a plotting toolkit that has good support for interactiv

Re: interactive plots

2011-07-06 Thread Jeremy Sanders
Mihai Badoiu wrote: > How do I do interactive plots in python? Say I have to plot f(x) and g(x) > and I want in the plot to be able to click on f and make it disappear. > Any python library that does this? You could try veusz, which is a python module and plotting program combined. You can als

Re: interactive plots

2011-07-06 Thread Steven Howe
On 07/06/2011 09:59 AM, Ian Kelly wrote: On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu wrote: How do I do interactive plots in python? Say I have to plot f(x) and g(x) and I want in the plot to be able to click on f and make it disappear. Any python library that does this? Matplotlib can be i

Re: interactive plots

2011-07-06 Thread Ian Kelly
On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu wrote: > How do I do interactive plots in python?  Say I have to plot f(x) and g(x) > and I want in the plot to be able to click on f and make it disappear.  Any > python library that does this? Matplotlib can be integrated with either wxPython or PyQt