On 13 Nov, 22:39, [EMAIL PROTECTED] wrote: > The wxPython user's group mentions charting quite a bit. I think they > use matplotlib among others. You might contact them for suggestions as > well.
Indeed, use NumPy/SciPy and matplotlib if you are using Python for numerical computing and data visualization. Matplotlib has capabilites similar to the 2D plotting/charting of Matlab, and gives you beautiful antialiased graphs. Matplotlib works nicely with wxPython, PyGTK and tkinter. NumPy and matplotlib is not in the Python standard library, but I hope that will change one day. -- http://mail.python.org/mailman/listinfo/python-list