wolffd@0
|
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
wolffd@0
|
2 <HTML VERSION="2.0">
|
wolffd@0
|
3 <HEAD>
|
wolffd@0
|
4 <TITLE>Command-line Invocation</TITLE>
|
wolffd@0
|
5 </HEAD>
|
wolffd@0
|
6 <BODY BGCOLOR=white>
|
wolffd@0
|
7 <A NAME="top"></A>
|
wolffd@0
|
8 <H1 align=CENTER>Command-line Invocation</H1>
|
wolffd@0
|
9 <HR>
|
wolffd@0
|
10 <H2>Flags</H1>
|
wolffd@0
|
11 <DL>
|
wolffd@0
|
12 <DT>-Gname=value
|
wolffd@0
|
13 <DT>Set graph attribue
|
wolffd@0
|
14 <DT>-Nname=value
|
wolffd@0
|
15 <DT>Set default node attribue
|
wolffd@0
|
16 <DT>-Ename=value
|
wolffd@0
|
17 <DT>Set default edge attribue
|
wolffd@0
|
18 <DT>-T<lang>
|
wolffd@0
|
19 <DT>Set output language (see output_info)
|
wolffd@0
|
20 <DT>-V
|
wolffd@0
|
21 <DT>Emit version info and exit
|
wolffd@0
|
22 <DT>-l<libfile>
|
wolffd@0
|
23 <DT>User-supplied, device-depende library. Multiple libraries may
|
wolffd@0
|
24 be given. These names are passed to the code generator at the
|
wolffd@0
|
25 beginning of output.
|
wolffd@0
|
26 <DT>-n[<num>]
|
wolffd@0
|
27 <DT>Sets no-op flag in neato. In this case, neato assumes nodes
|
wolffd@0
|
28 have already been positioned and have a pos attribute giving
|
wolffd@0
|
29 this position. It then just computes the edge layouts and
|
wolffd@0
|
30 emits the graph in the appropriate format. If <num> is used
|
wolffd@0
|
31 and > 1, neato checks for previously positioned edges, with
|
wolffd@0
|
32 control points provided in the pos attribute. It uses these
|
wolffd@0
|
33 if given; otherwise, it computes the edge layout.
|
wolffd@0
|
34 <DT>-o<outfile>
|
wolffd@0
|
35 <DT>write output to outfile (default: stdout)
|
wolffd@0
|
36 <DT>-s<scale>
|
wolffd@0
|
37 <DT>Set input scale to <scale>. If this value is omitted,
|
wolffd@0
|
38 72.0 is used. This number is used to convert pos point
|
wolffd@0
|
39 units into inches. For example, dot -Tdot produces pos
|
wolffd@0
|
40 values in points. To use this as input to neato -n, one
|
wolffd@0
|
41 needs -s (equivalently, -s72).
|
wolffd@0
|
42 <DT>-v
|
wolffd@0
|
43 <DT>verbose mode
|
wolffd@0
|
44 <DT>-x
|
wolffd@0
|
45 <DT>In neato, on input, prune isolated nodes and peninsulas
|
wolffd@0
|
46 </DL>
|
wolffd@0
|
47 </BODY>
|
wolffd@0
|
48 </HTML>
|