mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
307 B
307 B
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}}