I want to produce a graph in my application and was surprised that the wxPlotWindow was absent from wxPython. Is there a plan to add this in the future or do I have to use add on classes to do graphing?
I tried using the lib.wxPlotCanvas class but I'm making a soft real time system and whenever I add a new sample to the plot, I have to redraw it which doesn't look nice and tends to slow considerably as the number of samples grow. Is there a good alternative to this plot class that may be suitable for soft real time use?
Regards,
Neal.