Dear PyQTGraph developers,
I am looking for an interactive plotting library that I can embed in a GUI developed with PyQT. I am thinking of a plot widget where you can do things with the mouse like
zooming, also popping up of menus in order to change the format of the
labels and axis properties, export the figure to PNG. Maybe also selecting a
curve by clicking next to it. Also, the plot contents will update
regularly as new data is available.Lots of handy stuff!
I have found Chaco and PyQTGraph, but I don't know how they differ, or how they would fare when trying to implement the features I wrote above. I want to make an informed decision and stick with one of the two, I don't have the required time to learn both :( . Can you please please give me some examples where PyQTGraph does better than Chaco (or the other way around)?
-Jose