rakheek has asked for the wisdom of the Perl Monks concerning the following question:
$mygraph->set( x_label => 'Log_Date', y_label => $y_label, x_label_skip => 30, x_labels_vertical => true, title => $title, legend_placement => 'BL', legend_marker_height => 12, dclrs => [ qw(green blue red yellow brown orange) ], ) or warn $mygraph->error; $mygraph->set_legend(@legend_keys); $mygraph->set_title_font('/fonts/arial.tf', 24); my $myimage = $mygraph->plot(\@data) or die $mygraph->error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I change font on GD graph title, x_label, y_label
by almut (Canon) on Mar 18, 2010 at 18:28 UTC | |
|
Re: How do I change font on GD graph title, x_label, y_label
by BrowserUk (Patriarch) on Mar 18, 2010 at 19:04 UTC | |
|
Re: How do I change font on GD graph title, x_label, y_label
by grantm (Parson) on Mar 18, 2010 at 20:01 UTC | |
|
Re: How do I change font on GD graph title, x_label, y_label
by Anonymous Monk on Mar 18, 2010 at 18:16 UTC | |
by rakheek (Sexton) on Mar 18, 2010 at 22:41 UTC | |
by rakheek (Sexton) on Mar 18, 2010 at 23:46 UTC |