graphs and charts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Yaron Butterfield

    #1

    graphs and charts

    Hi,

    What's the best way to on-the-fly graphs and charts using Python? Or is
    Python not really the best way to do this?

    Thanks you!

    Yaron
  • Grant Edwards

    #2
    Re: graphs and charts

    On 2006-05-23, Yaron Butterfield <yaronb@telus.n et> wrote:
    [color=blue]
    > What's the best way to on-the-fly graphs and charts using Python? Or is
    > Python not really the best way to do this?[/color]

    I like Gnuplot-py, but I've been a Gnuplot for 15+ years, so
    I'm biased.



    --
    Grant Edwards grante Yow! I have accepted
    at Provolone into my life!
    visi.com

    Comment

    • Tim Heaney

      #3
      Re: graphs and charts

      Grant Edwards <grante@visi.co m> writes:[color=blue]
      >
      > On 2006-05-23, Yaron Butterfield <yaronb@telus.n et> wrote:
      >[color=green]
      >> What's the best way to on-the-fly graphs and charts using Python? Or is
      >> Python not really the best way to do this?[/color]
      >
      > I like Gnuplot-py, but I've been a Gnuplot for 15+ years, so
      > I'm biased.
      >
      > http://gnuplot-py.sourceforge.net/[/color]

      You might also be interested in matplotlib

      Download matplotlib for free. Matplotlib is a python library for making publication quality plots using a syntax familiar to MATLAB users. Matplotlib uses numpy for numerics.


      Here is an example of how I've used it



      Tim

      Comment

      Working...