dot: add page (#1578)

This commit is contained in:
Niklas Mollenhauer 2017-10-29 12:31:21 +01:00 committed by Agniva De Sarker
parent 59de62110c
commit ab857845b2

11
pages/common/dot.md Normal file
View File

@ -0,0 +1,11 @@
# 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}}`