wolffd@0:
wolffd@0:
wolffd@0:
wolffd@0: Command-line Invocation
wolffd@0:
wolffd@0:
wolffd@0:
wolffd@0: Command-line Invocation
wolffd@0:
wolffd@0: Flags
wolffd@0:
wolffd@0: - -Gname=value
wolffd@0:
- Set graph attribue
wolffd@0:
- -Nname=value
wolffd@0:
- Set default node attribue
wolffd@0:
- -Ename=value
wolffd@0:
- Set default edge attribue
wolffd@0:
- -T
wolffd@0:
- Set output language (see output_info)
wolffd@0:
- -V
wolffd@0:
- Emit version info and exit
wolffd@0:
- -l
wolffd@0:
- User-supplied, device-depende library. Multiple libraries may
wolffd@0: be given. These names are passed to the code generator at the
wolffd@0: beginning of output.
wolffd@0:
- -n[]
wolffd@0:
- Sets no-op flag in neato. In this case, neato assumes nodes
wolffd@0: have already been positioned and have a pos attribute giving
wolffd@0: this position. It then just computes the edge layouts and
wolffd@0: emits the graph in the appropriate format. If is used
wolffd@0: and > 1, neato checks for previously positioned edges, with
wolffd@0: control points provided in the pos attribute. It uses these
wolffd@0: if given; otherwise, it computes the edge layout.
wolffd@0:
- -o
wolffd@0:
- write output to outfile (default: stdout)
wolffd@0:
- -s
wolffd@0:
- Set input scale to . If this value is omitted,
wolffd@0: 72.0 is used. This number is used to convert pos point
wolffd@0: units into inches. For example, dot -Tdot produces pos
wolffd@0: values in points. To use this as input to neato -n, one
wolffd@0: needs -s (equivalently, -s72).
wolffd@0:
- -v
wolffd@0:
- verbose mode
wolffd@0:
- -x
wolffd@0:
- In neato, on input, prune isolated nodes and peninsulas
wolffd@0:
wolffd@0:
wolffd@0: