Pete Lancashire wrote: > My brain is blocking something really simple here. > > What I want to do is add a block of text to > a image created as > > my $graph = new GD::Graph::pie(1200, 1200); > > Could someone show me an example of adding a > wrapbox of text to this image ? >
have you try things like: $graph->set( x_label => 'my x label', y_label => 'my y label', title => 'my title', ); is it not working for you? david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]