Re: newbie graphing recommendations ?

2006-07-17 Thread John Hunter
bearophileHUGS == bearophileHUGS [EMAIL PROTECTED] writes: bearophileHUGS I think MatPlotLib can do this too, if your bearophileHUGS computer is fast enough. i would also like to have the bars and graphs have nice shading if possible to give it a really attractive look.

Re: newbie graphing recommendations ?

2006-07-16 Thread bearophileHUGS
Bryan: do you think that pygame would be a good alternative to matplotlib to create some graphs such simple bar and line graphs? For graphs MatPlotLib is usually better, and its antialiasing library (Anti-Grain Geometry) is wonderful. Pygame gives a bit more freedom but you have to do all for

Re: newbie graphing recommendations ?

2006-07-15 Thread jc
Adam wrote: Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? If you are going to be in wxPython try the 'PyPlot.py' examples in the wxDemo.

Re: newbie graphing recommendations ?

2006-07-15 Thread bearophileHUGS
Adam wrote: Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? The only good and simple way I have found so far to do some free graphics with Python in a Window is

Re: newbie graphing recommendations ?

2006-07-15 Thread Bryan
[EMAIL PROTECTED] wrote: Adam wrote: Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? The only good and simple way I have found so far to do some free graphics

newbie graphing recommendations ?

2006-07-02 Thread Adam
Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie graphing recommendations ?

2006-07-02 Thread Scott David Daniels
Adam wrote: Where should a py newbie start to do some 2D graphs on screen ? PythonGraphApi, Gato, looks interesting pygraphlib, matplotlib, is there a best native Python place to start ? Check VPython (maybe least learning effort to first usable graphs). Also look at