I need to make Excel/Powerpoint-style charts.
Raaijmakers, Vincent (IndSys, GE Interlogix)
Vincent.Raaijmakers at ge.com
Mon Sep 15 09:00:38 EDT 2003
More information about the Python-list mailing list
Mon Sep 15 09:00:38 EDT 2003
- Previous message (by thread): distributing a standalone python app. under Linux
- Next message (by thread): I need to make Excel/Powerpoint-style charts.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Take a look at www.reportlab.com !! Reportlab provides everything for you for creating pdf documents. Written in 100% python and it is for free (which is unbelievable) Full set of documentation and great demo's. Vincent -----Original Message----- From: python at sarcastic-horse.com [mailto:python at sarcastic-horse.com] Sent: Tuesday, September 09, 2003 11:19 AM To: python-list at python.org Subject: I need to make Excel/Powerpoint-style charts. Hi- My office produces a lot of charts based on time-series data. We use MS powerpoint and excel to make these charts. The data gets updated regularly, but there doesn't seem to be an easy way to automate updating the charts using these packages. So, we spend a non-trivial amount of time manually updating lots of spreadsheets to redraw the charts we need. I hope to find some sort of python graphics library that can make charts similar to Excel and Powerpoint, and then I can start automating these tasks. Here is an example of the charts we make: http://www.sarcastic-horse.com/example.pdf #52k size file. Are there any packages that can do similar charts? I need to be able to chart time-series data with occasional missing observations. I also need to be able to shade some regions of the charts, and add text titles, captions and notes. I'm (slowly) learning the reportlab package, and it looks good, but I wanted to check if there was an even better solution out there. Thanks for the help. -- http://mail.python.org/mailman/listinfo/python-list
- Previous message (by thread): distributing a standalone python app. under Linux
- Next message (by thread): I need to make Excel/Powerpoint-style charts.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list