Render the output in ps, pdf, svg, fig, png, gif, jpg, json, or dot format

dot

  • Render an image of a `linear directed` network graph from a `graphviz` file.
    Layouts: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, `osage` & `patchwork`.
    More information: <https://graphviz.org/doc/info/command.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

dot -T {{format}} -O {{path/to/input.gv}}

click the source code to copy install dot on any operating system with command-not-found.com