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