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