Graphviz: How to go from .dot to a graph?

后端 未结 11 1466
傲寒
傲寒 2020-11-27 08:44

I can\'t seem to figure this out. I have a .dot file, which is valid according to the syntax. How do I use graphviz to convert this into an image?

(note that I\'m on

11条回答
  •  無奈伤痛
    2020-11-27 09:16

    Get the graphviz-2.24.msi Graphviz.org. Then get zgrviewer.

    Zgrviewer requires java (probably 1.5+). You might have to set the paths to the Graphviz binaries in Zgrviewer's preferences.

    File -> Open -> Open with dot -> SVG pipeline (standard) ... Pick your .dot file.

    You can zoom in, export, all kinds of fun stuff.

提交回复
热议问题