Python Graphics Library

U

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.
 
S

Steve Juranich

utab said:
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.

Have you seen matplotlib?

http://matplotlib.sourceforge.net
 
S

Scott David Daniels

utab said:
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.


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 recommendation, VPython.
http://www.reportlab.org
-- generate PDFs.
http://www.vpython.org
-- 3(or 2)-D as interactive display graphics. It
gives real 3-D graphics (mouse can roll & zoom).
VPython can also put out POV-Ray source
( http://www.povray.org ).


--Scott David Daniels
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,294
Messages
2,571,511
Members
48,213
Latest member
DonnellTol

Latest Threads

Top