Hello,
I have an existing wxpython GUI I need to embed a plot in. I only found one post on this topic (how well does wxpython and pyqtgraph play together) and wanted to get a good answer as to whether I should invest a substantial amount of time into this effort or not.
How hard would it be to embedded a plot in a wxpython GUI window? I'm streaming data from an arm processor to my GUI and want to plot it. I'm currently using matplotlib and will outgrow this and will need a more optimized solution. Pyqtgraph sounds pretty impressive, but I don't want to invest weeks of work just to find out that I can't use it with wxpython.
Is this do-able? If so, how hard would this be?