Re: Python Graphics Library

2006-05-08 Thread Scott David Daniels
types of > graphical operations. PIL (Python Imaging Library) is the "standard" Python graphics library. It is used to create images in the form of pictures and saving as .png, .jpg, or whatever. http://www.pythonware.com/products/pil/ Also check out ReportLab and my constant

Re: Python Graphics Library

2006-05-08 Thread Steve Juranich
utab wrote: > Dear all, > > Could you please recommend me a graphics library for python. I saw PYX > which has nice screenshots on the webpage. > > My first ambition is to be able to draw 2D or 3D graphs for my > mathematical results. Maybe later, I can handle other types of > graphical operatio

Python Graphics Library

2006-05-08 Thread utab
Dear all, Could you please recommend me a graphics library for python. I saw PYX which has nice screenshots on the webpage. My first ambition is to be able to draw 2D or 3D graphs for my mathematical results. Maybe later, I can handle other types of graphical operations. Regards. -- http://mai