1NAUTY-DRETODOT(1) Nauty Manual NAUTY-DRETODOT(1)
2
3
4
6 nauty-dretodot - read graphs and initial coloring in dreadnaut format
7 and write in dot format
8
10 dretodot [-S#:#ixF#o#m#n#r#:#[r#]d#g] [infile.dre [outfile.dot [out‐
11 file.dre]]]
12
14 Read graphs and initial coloring in dreadnaut format. Write
15 graphs in dot format to outfile.dot. If outfile.dre is given,
16 write the input graph and the partition, as modified by the -F
17 and -i options, to outfile.dre. outfile.dre is allowed to be the
18 same file as infile.dre.
19
20 -V Set max number of vertices (default 1000).
21
22 -E Set max number of edges (default 5000).
23
24 -v Set verbose mode (default NO).
25
26 -S#:# Set maximum width and height of the drawing, in inches
27
28 (default 10 x 6.18).
29
30 -i Refine the partition before drawing (default NO).
31
32 -x Draw the orbit partition, computed by Traces. (default NO).
33
34 -F# Individualize vertex # (and refine the partition).
35
36 -o# Label vertices starting at # (default 0). This can be overridden
37 in the input.
38
39 -m# Set the drawing model (see http://www.graphviz.org): 0 (or any
40 value different from 1,...,5)=dot (default 0), 1=neato, 2=fdp,
41 3=sfdp, 4=twopi, 5=circo.
42
43 -n# Scale the size of vertices in the drawing (#=0,1,2; default 1).
44
45 -r#:# (-r#) Set the vertices to be drawn at the topmost level
46
47 in a hierarchical (dot model) drawing (default none). Any se‐
48 quence of -r#:# (r#) options is allowed.
49
50 -d# Draw the graph induced by vertices at topmost level and by ver‐
51 tices at distance # from them; example: ./dretodot -n2 -r1
52 -r12:17 -d2 MyGraph.dre Outfile.dot.
53
54 -g Highlight the induced subgraph into the whole graph.
55
56 Only dreadnaut commands $,$$,g,n,f,",! are recognised; no di‐
57 graphs.
58
59
60
61nauty 2.7.3 September 2021 NAUTY-DRETODOT(1)