Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Shawn Milochik
"Beginning Python Visualization" was recently published to fit exactly this need. (No disclaimer -- I have no association with the book other than having purchased it.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Justin Lilly
It would also be worth pointing out Jacob's django-googlecharts template tags. I've used them before and they work solidly, as long as google charts are what you need. http://github.com/jacobian/django-googlecharts/tree/master -justin On Thu, 16 Jul 2009, Keith Pettit wrote: > What is the

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-17 Thread Javier Guerra
don't forget Flot: http://code.google.com/p/flot/ why do it in the server when you can use your user's machine? -- Javier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-16 Thread carlos
yes man a have various for example : [1] pygooglechart, [2] PyOFC2, and library [3] ReportLab [1]. http://pygooglechart.slowchop.com/ [2]. http://btbytes.github.com/pyofc2/ [3]. http://www.reportlab.org/ good luck 2009/7/16 Keith Pettit > What is the best way to create

Graphing (Pie Chart, Bar Graphs, Line Plots, etc) in Django?

2009-07-16 Thread Keith Pettit
What is the best way to create Pie Charts, Bar Graphs, Line Plots, etc? I've only seen two Django graph type modules but they seem dead. Are they any Python modules or other type of graphing apps that would work well with Django? Thanks, -- Keith Pettit