GD::Graph::Bars how to separate bar sets

2004-10-25 Thread PerlDiscuss - Perl Newsgroups and mailing lists
I am using GD::Graph::Bars to make four bar graphs for each month. I cannot figure out how to separate the sets of bars from each other. As it is, I have 48 vertical bars (4 x 12) all in a row. I want to show some separation between each set of four bars (4 bars for each month). I do not see any

GD::graph::bars

2004-08-16 Thread Xiangli Zhang
question? thanks, The last line is for drawing the second graph My testing codes: my @data = ([split(//,'ATCGATCGTTATGTTCGC')], [90,75,60,43,2,10,12,34,56,78,34,45,87,12,98,100,45,77]); my $sg = GD::Graph::bars->new([EMAIL PROTECTED], 200); $sg->set( x_label

use GD::Graph::bars

2003-10-03 Thread A L
::Graph::bars->new(1000, 1000); $mygraph->set( x_label => 'values of @X', y_label => 'values of @Z', title => '@X to @Z', ) or warn $mygraph->error; my $myimage = $mygraph->plot([EMAIL PROTECTED]) or die $mygraph-&

problem with GD::Graph::bars

2002-01-10 Thread Mrudula V
Hi, I dynamically plotted graphs using GD::Graph::bars in perl with the data from a database. The bars have fixed width for a particular plot and there is no spacing between the bars.If there are many bars in the plot , the width of each bar reduces and if there are less number of bars