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?
pychart, graphviz-python, pydot
I think I looked at pychart before and it seemed useful. I didn't end up implementing something with it, though.
-Toshio