Drawing charts and graphs.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jonathan Daugherty

    Drawing charts and graphs.

    Hello,

    I'm looking at a number of chart-drawing libraries and modules for
    Python and I'd like to know which one people tend to consider the
    best.

    I've tried gdchart2 but its interface seems somewhat limited, and
    pychart looks nice. I'd like to find something that will let me draw
    graphs similar to those created by RRDtool.

    Thanks!

    --
    Jonathan Daugherty

  • tooper

    #2
    Re: Drawing charts and graphs.

    I'm quite satisfied with MatPlotLib for scientific plotting. ReportLab
    has also a very good package for high quality PDF production incl.
    graphics.
    For more interactive, Grace plotter has a good Graceplot.py python
    front-end.

    Comment

    Working...