twopi
Render an image of aradialnetwork graph from agraphvizfile. Layouts:dot,neato,twopi,circo,fdp,sfdp,osage&patchwork. More information: https://graphviz.org/doc/info/command.html.
-
Render a
pngimage with a filename based on the input filename and output format (uppercase -O):
twopi -T {{png}} -O {{path/to/input.gv}} -
Render a
svgimage with the specified output filename (lowercase -o):
twopi -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}} -
Render the output in
ps,pdf,svg,fig,png,gif,jpg,json, ordotformat:
twopi -T {{format}} -O {{path/to/input.gv}} -
Render a
gifimage usingstdinandstdout:
echo "{{digraph {this -> that} }}" | twopi -T {{gif}} > {{path/to/image.gif}} -
Display help:
twopi -?
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.