That works but I want to add some additional text at the bottom of the image in the bottom margin area. And at times an overlay of text.
When I use the function I get "Not a GD::Image object" -pete -----Original Message----- From: david [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:53 AM To: [EMAIL PROTECTED] Subject: Re: GD::Graph::pie -- adding text with GD::Text:Wrap -- How ? 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] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]