in reply to GD::Graph cannot change font

Try like this
$my_graph->set_y_label_font($font_spec, 12) or warn $my_graph->error;
Hopefully there will be a warning

Replies are listed 'Best First'.
Re^2: GD::Graph cannot change font
by kp2a (Sexton) on Apr 24, 2011 at 15:36 UTC
    Thanks. Yes, a warning
    Processing sample95 libgd was not built with FreeType font support ...caught at ./sample95.pl line 84.