Is there any pre-build software that can build graphs and export as an image like graphjam.com does? (they have a flash application)
Asked
Active
Viewed 62 times
2 Answers
0
http://teethgrinder.co.uk/open-flash-chart-2/ looks like something that could work for you.

Wojciech Bederski
- 3,852
- 1
- 25
- 28
0
I've used GraphViz in some of my research to great success. It's very easy to programmically output a DOT
file for importing and render a fairly attractive image.

Michael Koval
- 8,207
- 5
- 42
- 53
-
I've used GraphViz and it gives great results, but I suspect the asker should clarify their use case because using GraphViz may not work. – jhocking Apr 23 '11 at 02:07