sanku has asked for the wisdom of the Perl Monks concerning the following question:
$width=$xaxiss[0]; $height=$xaxiss[$#xaxiss]; $mygraph->set( title => "$pairs[0]", x_label => "@xaxis", X_ORIENT='VERTICAL', bar_width => 18, show_values => 1, line_width => 2, dclrs => ['green'] , BACKGROUND='black', ) or warn $mygraph->error;
along with this i also want to know how to change the color of the shwo_values in bar chart. Any suggestions thanks in advance monks.---newcode-- $mygraph->set_x_label_font(GD::gdGiantFont); $mygraph->set_y_label_font(GD::gdGiantFont);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: question on GD::Graph module in perl
by artist (Parson) on Nov 05, 2006 at 08:31 UTC | |
|
Re: question on GD::Graph module in perl
by zentara (Cardinal) on Nov 05, 2006 at 15:56 UTC | |
by sanku (Beadle) on Nov 05, 2006 at 16:35 UTC |