>>>>> "dimitri" == dimitri pater <[EMAIL PROTECTED]> writes:
dimitri> Hello, I am looking for a Python tool to create graphs
dimitri> and charts on a webpage. Chartdirector is too expensive
dimitri> for me. A simple script for creating a barchart should be
dimitri> sufficient as a starting point.
matplotlib does barcharts, errorbars, stacked bars, and more (and its
free). See the following links
# matplotlib with web app servers:
http://matplotlib.sourceforge.net/faq.html#APPSERVER
# a barchart screenshot with example code
http://matplotlib.sourceforge.net/screenshots.html#barchart_demo
# the bar command for making bar charts
http://matplotlib.sourceforge.net/matplotlib.pylab.html#-bar
JDH
--
http://mail.python.org/mailman/listinfo/python-list