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
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
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
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
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