interactive plots

Ian Kelly ian.g.kelly at gmail.com
Wed Jul 6 12:59:52 EDT 2011


On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu <mbadoiu at gmail.com> 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 to create
GUI applications with interactive plots.



More information about the Python-list mailing list