Man page - nauty-dretodot(1)
Packages contas this manual
- nauty-deledgeg(1)
- nauty-dretog(1)
- nauty-complg(1)
- nauty-pickg(1)
- nauty-dretodot(1)
- nauty-twohamg(1)
- nauty-countneg(1)
- nauty-copyg(1)
- nauty-assembleg(1)
- nauty-countg(1)
- nauty-converseg(1)
- nauty-vcolg(1)
- nauty-ransubg(1)
- nauty-gentreeg(1)
- nauty-shortg(1)
- nauty-catg(1)
- nauty-directg(1)
- nauty-labelg(1)
- nauty-sumlines(1)
- nauty-watercluster2(1)
- nauty-addptg(1)
- nauty-delptg(1)
- nauty-genspecialg(1)
- nauty-addedgeg(1)
- nauty-biplabg(1)
- nauty-nbrhoodg(1)
- nauty-genbg(1)
- nauty-checks6(1)
- nauty-hamheuristic(1)
- nauty-uniqg(1)
- nauty-newedgeg(1)
- nauty-genrang(1)
- nauty-dimacs2g(1)
- nauty-linegraphg(1)
- nauty-genktreeg(1)
- nauty-listg(1)
- nauty-cubhamg(1)
- nauty-edgetransg(1)
- nauty-subdivideg(1)
- dreadnaut(1)
- nauty-ancestorg(1)
- nauty-bliss2dre(1)
- nauty-productg(1)
- nauty-geng(1)
- nauty-genquarticg(1)
- nauty-genposetg(1)
- nauty-underlyingg(1)
- nauty-amtog(1)
- nauty-ranlabg(1)
- nauty-gentourng(1)
- nauty-planarg(1)
- nauty-showg(1)
- nauty-multig(1)
apt-get install nauty
Manual
| NAUTY-DRETODOT(1) | Nauty Manual | NAUTY-DRETODOT(1) |
NAME
nauty-dretodot - read graphs and initial coloring in dreadnaut format and write in dot format
SYNOPSIS
dretodot [-S#:#ixF#o#m#n#r#:#[r#]d#g] [infile.dre [outfile.dot [outfile.dre]]]
DESCRIPTION
- Read graphs and initial coloring in dreadnaut format.
Write graphs in dot format to outfile.dot. If outfile.dre is given, write the input graph and the partition, as modified by the -F and -i options, to outfile.dre. outfile.dre is allowed to be the same file as infile.dre. -V Set max number of vertices (default 1000). -E Set max number of edges (default 5000). -v Set verbose mode (default NO). -S#:# Set maximum width and height of the drawing, in inches (default 10 x 6.18). -i Refine the partition before drawing (default NO). -x Draw the orbit partition, computed by Traces. (default NO). -F# Individualize vertex # (and refine the partition). -o# Label vertices starting at # (default 0). This can be overridden in the input. -m# Set the drawing model (see http://www.graphviz.org): 0 (or any value different from 1,...,5)=dot (default 0), 1=neato, 2=fdp, 3=sfdp, 4=twopi, 5=circo. -n# Scale the size of vertices in the drawing (#=0,1,2; default 1). -r#:# (-r#) Set the vertices to be drawn at the topmost level in a hierarchical (dot model) drawing (default none). Any sequence of -r#:# (r#) options is allowed. -d# Draw the graph induced by vertices at topmost level and by vertices at distance # from them; example: ./dretodot -n2 -r1 -r12:17 -d2 MyGraph.dre Outfile.dot. -g Highlight the induced subgraph into the whole graph.
Only dreadnaut commands $,$$,g,n,f,",! are recognised; no digraphs.
| February 2025 | nauty 2.8.9 |