This is the command tab2graphp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
tab2graph - turn tabular data into a graph
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.
Use tab2graphp online using onworks.net services