PDA

View Full Version : Graphing Programs


rsci
12-26-2002, 03:02 PM
Has anyone here attempted a graphing program? (Not including bar charts.) If you have would you mind talking about the results/obstacles?

Right now I am looking at using dynamically created tables that are displayed in a new window.

Thanks,

jkd
12-26-2002, 03:42 PM
I'd look into SVG. An XML-based, vector graphics standard for the web, and would make your life a lot easier in doing this. :)