interactive plots

Jeremy Sanders jeremy at jeremysanders.net
Wed Jul 6 17:25:56 EDT 2011


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 also embed it in a PyQt program.

Jeremy





More information about the Python-list mailing list