Please add the ability to see the dot command
Closed this issue · 2 comments
kasra0 commented
Hi,
It's not an issue, more a wanted feature...
It would be great to have the command that produced the output ( what we see ).
I don't know if it's easily implementable, but if it is, it has great educational value.
Thanks
magjac commented
Thanks for the suggestion. Unfortunately there is never any command that runs, since Graphviz is used as a library (translated to JavaScript), but an equivalent command would be:
dot -Tsvg input.dot -o output.svg
kasra0 commented
yes, I noticed after my post.
Thanks