Web graphing for windows/ruby?

Any recommendations for generating simple graphs for web pages from a Ruby
script running on Windows?

Chris
http://clabs.org

“Chris Morris” chrismo@clabs.org wrote in message
news:020101c2d144$1228a4b0$22973acc@ntossu2lch…

Any recommendations for generating simple graphs for web pages from a Ruby
script running on Windows?

Not sure what you mean by graphs, but DOT is an excellent tool for graph
layout.
MiniWiki uses it to display it’s own graph online and also allow users to
design graphs using simple syntax. You can take the source apart and do
something similar.

Mikkel

Any recommendations for generating simple graphs for web pages from a
Ruby
script running on Windows?

Not sure what you mean by graphs, but DOT is an excellent tool for graph
layout.

Ah, my fault. I’m familiar with dot. I mean bar/line graphs, a la Excel.

Chris

“Chris Morris” chrismo@clabs.org wrote in message
news:001101c2d1cf$c98d20a0$22973acc@ntossu2lch…

Any recommendations for generating simple graphs for web pages from a
Ruby
script running on Windows?

Not sure what you mean by graphs, but DOT is an excellent tool for graph
layout.

Ah, my fault. I’m familiar with dot. I mean bar/line graphs, a la Excel.

Ah - I see - I don’t know about Ruby, but I just stumpled over the following
in OCaml: Home - Havenrock

Mikkel