[GIS] how to create graphs while running python with ArcGIS 10

arcgis-10.0python

As Matplotlib seem not to work (what a drag it's such a nice tool) I'am looking for alternatives to create graphs while running python with ArcGIS 10. Besides regular pie and column charts I need in particular the possibility to create star plots/ radar charts / amoeba diagram – most likely something like:

http://matplotlib.sourceforge.net/examples/pylab_examples/polar_bar.html

Most likely with a tool with as less as possible dependencies.
Any recommendations are welcome

Thanks!

Best Answer

Built in to arcpy is a series of classes for making graphs, it may be what you need.

What of matplotlib isn't working? I know the TK parts of the UI don't play nice in the UI, but exporting to an image file and using os.startfile should work, or marking the tool to run out of process.