Chart drawing library for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lothar Scholz

    Chart drawing library for Python

    Hello,

    is there something like "JpGraph" for python ?
    For those who don't know this PHP library: It is a high level
    drawing library that generates gif files with all kind of charts.

    Or (maybe better) is there a C library doing this. I think i
    read about something like this a while ago.
  • Diez B. Roggisch

    #2
    Re: Chart drawing library for Python

    Hi,
    [color=blue]
    > is there something like "JpGraph" for python ?
    > For those who don't know this PHP library: It is a high level
    > drawing library that generates gif files with all kind of charts.
    >
    > Or (maybe better) is there a C library doing this. I think i
    > read about something like this a while ago.[/color]

    there has been a thread about this lately: Many people (including me) use
    graphviz for that. As long as you don't need interactivity, it does a
    really great job.

    Diez

    Comment

    • Harry George

      #3
      Re: Chart drawing library for Python

      llothar@web.de (Lothar Scholz) writes:
      [color=blue]
      > Hello,
      >
      > is there something like "JpGraph" for python ?
      > For those who don't know this PHP library: It is a high level
      > drawing library that generates gif files with all kind of charts.
      >
      > Or (maybe better) is there a C library doing this. I think i
      > read about something like this a while ago.[/color]

      To generate jpg's and png's (maybe gif's):

      binding for plotutils:


      binding for gnuplot:


      gdchart has a python binding (which I can't bring up right now). Here
      is gdchart's own page.
      UNIX programming tool for creating GIF charts and graphs. Easy to use C or perl API. Many chart types and options including 3D.


      Also, some people use "R" for fancy charts, and R has a python binding:



      --
      harry.g.george@ boeing.com
      6-6M31 Knowledge Management
      Phone: (425) 342-5601

      Comment

      • Diez B. Roggisch

        #4
        Re: Chart drawing library for Python

        Diez B. Roggisch wrote:
        [color=blue]
        > Hi,
        >[color=green]
        >> is there something like "JpGraph" for python ?
        >> For those who don't know this PHP library: It is a high level
        >> drawing library that generates gif files with all kind of charts.[/color]
        >
        > there has been a thread about this lately: Many people (including me) use
        > graphviz for that. As long as you don't need interactivity, it does a
        > really great job.[/color]

        Oops - got confused by the name JpGraph - AFAIK charts aren't the subject of
        graphviz....

        Diez

        Comment

        • Larry Bates

          #5
          Re: Chart drawing library for Python

          ReportLab Graphics is nice (www.reportlab.org).

          -Larry

          "Lothar Scholz" <llothar@web.de > wrote in message
          news:6ee58e07.0 401280403.3d52a 9e0@posting.goo gle.com...[color=blue]
          > Hello,
          >
          > is there something like "JpGraph" for python ?
          > For those who don't know this PHP library: It is a high level
          > drawing library that generates gif files with all kind of charts.
          >
          > Or (maybe better) is there a C library doing this. I think i
          > read about something like this a while ago.[/color]


          Comment

          Working...