loom icon indicating copy to clipboard operation
loom copied to clipboard

dot-str takes options to let user specify shape of nodes, size of graph, etc.

Open devn opened this issue 11 years ago • 1 comments

I would like to specify the shape of nodes (square vs round, for instance), the size of the graph, etc. Is this possible? If not, could it be added?

devn avatar Oct 16 '14 16:10 devn

Currently, it's not possible to do this in Loom, but I think graphviz does have this ability, which just needs to be enabled by passing the params through https://github.com/aysylu/loom/blob/master/src/loom/io.clj#L34. If you'd like to add this, that'd be great!

aysylu avatar Oct 17 '14 04:10 aysylu