Perl Graphics Help by Satyarth Negi- June 23, 2005 Dear All , i need to draw a rectangle , fill it with colour andthen write some text describing this rectangle .How can i do it in Perl Thanks in anticipation . Regards Satyarthhttp://www.nntp.perl.org/group/perl.cpan.interface/2005/06/msg12.html DBDGraph Plotter Help Needed !!! by Satyarth Negi- June 15, 2005 I running the following script . ------------------------------------------------------------------------!usrbinperluse lib &39;homesatyarthGD_LIB&39;;use GD;use DBD::Chart ;use DBD::Chart::Plot; my $img = DBD::Chart::Plot->new(); my xdataset = (1,2,3,4,5,6); my ydataset = (3.2,1.1,5.5,6.2,0,7.9); $img->setPoints(xdataset, ydataset,&39;blue line&39;); .http://www.nntp.perl.org/group/perl.cpan.interface/2005/06/msg11.html |