source: vis_dev/vis-2.3/share/help/print_network_dotCmd.txt @ 41

Last change on this file since 41 was 14, checked in by cecile, 13 years ago

vis2.3

File size: 973 bytes
Line 
1
2  print_network_dot - print a dot description of the flattened network
3     _________________________________________________________________
4
5   print_network_dot [-h] <file_name>
6
7   Write a file in the format taken by the tool dot depicting the topology of
8   the network. Dot is a tool that given a description of a graph in a certain
9   format it produces a postscript print of the graph. For more information
10   about dot look in [1]http://www.research.att.com/orgs/ssr/book/reuse. Once a
11   dot file is produced with this command, the shell command dot -Tps >.ps will
12   produce the postscript file depicting the network.
13
14   If no argument is specified on the command line, the description is written
15   to the standard output.
16
17   Command options:
18
19   -h
20          Print the command usage.
21     _________________________________________________________________
22
23   Last updated on 20100410 00h02
24
25References
26
27   1. http://www.research.att.com/orgs/ssr/book/reuse
Note: See TracBrowser for help on using the repository browser.