Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

pygraphviz show

>>> G.draw('file.png')  # write previously positioned graph to PNG file
>>> G.draw('file.ps',prog='circo') # use circo to position, write PS file
Source by pygraphviz.github.io #
 
PREVIOUS NEXT
Tagged: #pygraphviz #show
ADD COMMENT
Topic
Name
2+7 =