wolffd@0: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
wolffd@0: <HTML VERSION="2.0">
wolffd@0: <HEAD>
wolffd@0: <TITLE>Command-line Invocation</TITLE>
wolffd@0: </HEAD>
wolffd@0: <BODY BGCOLOR=white>
wolffd@0: <A NAME="top"></A>
wolffd@0: <H1 align=CENTER>Command-line Invocation</H1>
wolffd@0: <HR>
wolffd@0: <H2>Flags</H1>
wolffd@0: <DL>
wolffd@0: <DT>-Gname=value   
wolffd@0: <DT>Set graph attribue
wolffd@0: <DT>-Nname=value   
wolffd@0: <DT>Set default node attribue
wolffd@0: <DT>-Ename=value   
wolffd@0: <DT>Set default edge attribue
wolffd@0: <DT>-T<lang>       
wolffd@0: <DT>Set output language (see output_info)
wolffd@0: <DT>-V             
wolffd@0: <DT>Emit version info and exit
wolffd@0: <DT>-l<libfile>    
wolffd@0: <DT>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: <DT>-n[<num>]      
wolffd@0: <DT>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 <num> 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: <DT>-o<outfile>    
wolffd@0: <DT>write output to outfile (default: stdout)
wolffd@0: <DT>-s<scale>      
wolffd@0: <DT>Set input scale to <scale>. 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: <DT>-v             
wolffd@0: <DT>verbose mode
wolffd@0: <DT>-x             
wolffd@0: <DT>In neato, on input, prune isolated nodes and peninsulas
wolffd@0: </DL>
wolffd@0: </BODY>
wolffd@0: </HTML>