From: Tom C. <to...@in...> - 2004-03-25 15:52:28
|
On Wed, 2004-03-24 at 23:26, Justin Johnson wrote: > I would really like to write it in Python if I could find a decent > charting library that was open source. :-( I ran into a rather similar problem when writing Ruby scripts that needed to create charts. I ended up shelling out to GnuPlot, which works OK: http://ai-app-prog.rubyforge.org/#ant but it's pretty clunky. Yours, Tom |