SYNOPSIS

  tab2graph [options] file.tab

Options:

-c|--color Add some color to the output (default is white) -d|--directed Make graph directed (default is not) -l|--layout GraphViz layout; choose from dot, neato, twopi, circo (default), and fdp -f|--fields Restrict to set of fields in first row -n|--numbers Show the numbers (default is not) -o|--out Name of output file (default is STDOUT) --format Output format (default is PNG) --fs=x Use "x" as the field separator (default is tab) --rs=x Use "x" as the record separator (default is newline)

--help Show brief help and quit --man Show full documentation

DESCRIPTION

Turns tabular data into a graph using GraphViz. This may or may not be useful.

RELATED TO tab2graph…

  • Text::RecordParser

  • GraphViz

AUTHOR

Ken Youens-Clark <[email protected]>.

LICENSE AND COPYRIGHT

Copyright (C) 2009-10 Ken Youens-Clark. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the \s-1GNU\s0 General Public License as published by the Free Software Foundation; version 2.

This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0. See the \s-1GNU\s0 General Public License for more details.