How to output graphviz DOT files directly?

+2 votes
asked Dec 7, 2015 in Wanted features by anonymous
Is it possible or plantuml uses DOT only for nodes positioning?

1 Answer

0 votes
answered Dec 8, 2015 by plantuml (294,960 points)
No, it's not possible.
Dot is only used for node placement.
The drawing itself is done in Java.

Still, you can add a "!pragma svek_trace on" in your diagram. Two "svek.dot" and "svek.svg" will then be generated in your current directory, but this feature is only used for debug purpose : it will probably be useless for you.

Sorry about that!
...