How to draw a table(mxn) in gruff?

how to draw a table with m rows and n columns in gruff

Pokkai D. wrote:

how to draw a table with m rows and n columns in gruff

Gruff is for graphs. That means line graphs, pie charts, bar graphs,
spider graphs, etc. Gruff doesn’t do tables.

You can write something that produces SVG yourself though, or even just
HTML. It depends on your requirements. If you can elaborate on those
requirements, maybe you can get some more specific help.

Look for the Draw class in RMagick (line method) or look the rdoc for
rvg.

Cheers,

Serabe