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, given |
---|
8 | a description of a graph in a certain format, produces a postscript print of |
---|
9 | 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 to |
---|
13 | 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" format. |
---|
22 | _________________________________________________________________ |
---|
23 | |
---|
24 | Last updated on 20100410 00h02 |
---|
25 | |
---|
26 | References |
---|
27 | |
---|
28 | 1. http://www.research.att.com/sw/tools/graphviz |
---|
Note: See
TracBrowser
for help on using the repository browser.