source: vis_dev/vis-2.1/share/help/print_partitionCmd.txt @ 11

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

Add vis

File size: 922 bytes
Line 
1
2  print_partition - print the "dot" format describing the partition graph
3     _________________________________________________________________
4
5   print_partition [-h] <file>
6
7   Write  a file in the format taken by the tool dot. Dot is a tool that,
8   given  a  description  of  a  graph  in  a  certain format, produces a
9   postscript  print of the graph. For more information about dot look in
10   [1]http://www.research.att.com/sw/tools/graphviz.
11
12   If no argument is specified on the command line, the output is written
13   to the standard output.
14
15   Command options:
16
17   -h
18          Print the command usage.
19
20   <file>
21          Name  of  file  where  the  partition is to be written in "dot"
22          format.
23     _________________________________________________________________
24
25   Last updated on 20050519 10h16
26
27References
28
29   1. http://www.research.att.com/sw/tools/graphviz
Note: See TracBrowser for help on using the repository browser.