
clp2 at rebertia
Jul 9, 2009, 4:54 PM
Post #3 of 10
(575 views)
Permalink
|
|
Re: Package for fast plotting of many data points in Python?
[In reply to]
|
|
On Thu, Jul 9, 2009 at 3:03 PM, tt-industries<mail.to.daniel.platz [at] googlemail> wrote: > Hi, > > I am programming a oscilloscope module in Python. For this reason, I > want to plot very many data points as fast as possible. This can be > more than 100 000 at once. So far I have been using the ploting module > of wxPython. However, it becomes unstable for more than 25000 points. > Can someone recommend me a faster plotting library? It would be really > cool if one could embed this in wxPython. If someone has an idea I > would be very glad about answer. Don't know how fast it is or how well it integrates, but matplotlib is probably worth considering: http://matplotlib.sourceforge.net/ Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list
|