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 -- http://mail.python.org/mailman/listinfo/python-list