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
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
::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-&
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