barchart for webpage needed

John Hunter jdhunter at ace.bsd.uchicago.edu
Mon Jan 31 11:01:15 EST 2005


>>>>> "dimitri" == dimitri pater <dimitri.pater at gmail.com> 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



More information about the Python-list mailing list