Files
tldr/pages/common/dot.md
Niklas Mollenhauer ab857845b2 dot: add page (#1578)
2017-10-29 17:01:21 +05:30

12 lines
306 B
Markdown

# dot
> A command-line tool to produce layered drawings of directed graphs.
- Render an image file and determine output filename based on input filename and selected format:
`dot -Tpng -O {{path/to/file.dot}}`
- Create an SVG from DOT file:
`dot -Tsvg -o{{path/to/out_file.svg}} {{path/to/file.dot}}`