1TAB2GRAPH(1) User Contributed Perl Documentation TAB2GRAPH(1)
2
3
4
6 tab2graph - turn tabular data into a graph
7
9 tab2graph [options] file.tab
10
11 Options:
12
13 -c|--color Add some color to the output (default is white)
14 -d|--directed Make graph directed (default is not)
15 -l|--layout GraphViz layout; choose from dot, neato, twopi,
16 circo (default), and fdp
17 -f|--fields Restrict to set of fields in first row
18 -n|--numbers Show the numbers (default is not)
19 -o|--out Name of output file (default is STDOUT)
20 --format Output format (default is PNG)
21 --fs=x Use "x" as the field separator (default is tab)
22 --rs=x Use "x" as the record separator (default is newline)
23
24 --help Show brief help and quit
25 --man Show full documentation
26
28 Turns tabular data into a graph using GraphViz. This may or may not be
29 useful.
30
32 • Text::RecordParser
33
34 • GraphViz
35
37 Ken Youens-Clark <kclark@cpan.org>.
38
40 Copyright (C) 2009-10 Ken Youens-Clark. All rights reserved.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the terms of the GNU General Public License as published by the
44 Free Software Foundation; version 2.
45
46 This program is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
49 General Public License for more details.
50
51
52
53perl v5.34.0 2022-01-28 TAB2GRAPH(1)