vibhor_1984 has asked for the wisdom of the Perl Monks concerning the following question:

hi everyone, I have got some statistical data in a file. I would like to generate charts (specially line plots) using this data. I am working on a Unix environment. I would be very grateful to you if you could please help me in this matter.
  • Comment on Generating charts (line plots or XY-scatter plots)

Replies are listed 'Best First'.
Re: Generating charts (line plots or XY-scatter plots)
by rupesh (Hermit) on Aug 11, 2004 at 09:31 UTC
Re: Generating charts (line plots or XY-scatter plots)
by borisz (Canon) on Aug 11, 2004 at 09:24 UTC
      thanks borisz, i have tried to use that but it is giving me an error of the following kind:

      Can't locate GD/Graph/bars.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at graph.pl line 5. BEGIN failed--compilation aborted at graph.pl line 5.

      I dont know why is is showing me that error. I would also like to inform you that I am not the administrator of the system so please tell me if I need to get something installed.

        You need to install GD, GD::Graph and libgd.
        If you can not install the modules, you can not use them.
        Boris