my $graph = Text::Graph->new( 'Bar' ); print $graph->to_string( [1,2,4,5,10,3,5], labels => [ qw/aaaa bb ccc dddddd ee f ghi/ ], );