If you just want to do graphs for websites and don't mind flash as a
requirement I can recommend OFC
http://teethgrinder.co.uk/open-flash-chart-2/

I use it together with Django for one of my sites:
http://api.bicingwatch.com/api/station/76

The flash code is open source, but I never looked at it. I just pass
it some JSON and it does the trick.

Christof

On Wed, Dec 17, 2008 at 14:58, Gael Varoquaux
<[email protected]> wrote:
> On Wed, Dec 17, 2008 at 08:34:54AM -0500, Ignacio Vazquez-Abrams wrote:
>> On Tue, 2008-12-16 at 21:24 -0800, John Poelstra wrote:
>> > Are there any recommended books on representing data in graphs or charts
>> > with Python?  If not, what are the currently recommended libraries to
>> > graph data with?
>
>> Graphs are done with pydot, charts with python-matplotlib.
>
> Add to this networkx, which can use graphviz together with matplotlib to
> do nice plotting of graphs with a nice API.
>
> Gaƫl
>
> _______________________________________________
> Fedora-python-devel-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/fedora-python-devel-list
>

_______________________________________________
Fedora-python-devel-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-python-devel-list

Reply via email to