Creating Graphs for the Web

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

    #1

    Creating Graphs for the Web

    Hi,

    I'm working on a django powered website, and need to dynamically
    generate some graphs (bar, pie, and line) from users' data stored in
    MySQL.

    Can anyone recommend a good library I can use for this?

    Thanks!
    Erik

  • Michael Bentley

    #2
    Re: Creating Graphs for the Web


    On May 23, 2007, at 4:17 PM, erikcw wrote:
    I'm working on a django powered website, and need to dynamically
    generate some graphs (bar, pie, and line) from users' data stored in
    MySQL.
    >
    Can anyone recommend a good library I can use for this?
    Matplotlib!


    Comment

    • James Stroud

      #3
      Re: Creating Graphs for the Web

      Michael Bentley wrote:
      >
      On May 23, 2007, at 4:17 PM, erikcw wrote:
      >
      >I'm working on a django powered website, and need to dynamically
      >generate some graphs (bar, pie, and line) from users' data stored in
      >MySQL.
      >>
      >Can anyone recommend a good library I can use for this?
      >
      >
      Matplotlib!
      >
      >
      In the perennial spirit of one-upsmanship (or one-sidewaysmanship at the
      very least):

      Pychart!

      James

      Comment

      Working...