What's The Best Way To Plot Realtime Graph In A Wxpanel?
There will be approximately 400 line in each frame in 400*300 wxPanel. I used PaintDC but it performed lower than 30fps and it caused high load. Is there any alternative solution i
Solution 1:
You should look at the wxPython mailing list. I doubt most users will notice if the frame rate is lower than 30 fps. You should also look at matplotlib which can be integrated into wxPython. See the following:
- http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis/
- http://www.scipy.org/Cookbook/Matplotlib/EmbeddingInWx
See also the following:
Post a Comment for "What's The Best Way To Plot Realtime Graph In A Wxpanel?"