Changes between Version 10 and Version 11 of ReferenceGuide
- Timestamp:
- Oct 23, 2012 2:08:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReferenceGuide
v10 v11 101 101 {{{--out=}}}''filename'':: 102 102 Save the image in ''filename'' 103 {{{--program=}}}''progranname'':: 104 Use ''programname'' to lay out the graph. ''programname'' must take a file in [http://graphviz.org/content/dot-language graphviz's dot language]. This is given as the {{{--program}}} option to [http://fedd.deterlab.net/wiki/FeddCommands#fedd_image.py fedd_image.py] internally. The default is {{{fdp}}} which works well when {{{--partitions}}} is given. 103 105 104 106 If neither {{{--topo}}} nor {{{--experiment}}} is given, the first positional parameter is the topdl topology to draw. If {{{--out}}} is not given the next positional parameter (the first if {{{--topo}}} nor {{{--experiment}}} is given) is the output file.