RE: how to make charts using GD
- From: t.baetzler@xxxxxxxxxx (Thomas Bätzler)
- Date: Wed, 28 Sep 2005 08:10:07 +0200
Hello,
Aditi Gupta <aditi9783@xxxxxxxxx> asked:
> I have a perl code that generates a sequence of values which
> i want to plot on y-axis against 1,2,3... on x-axis. I've
> read that GD::Graph could be used for it. But I've never done
> modular programming. Also, I don't know how to install
> modules from CPAN.
> Are there any other easier methods for drawing charts using perl?
Well, you could always use an external program like gnuplot
to generate the graph for you. That would still require that
you understand how to use the program, though.
And don't be afraid to use Perl modules. Many important modules
are already part of your Perl distribution, so you would not
have to install them manually, anyways. As for the rest, I'm sure
people here will be able to give you some pointers if you
provide some details like OS and distribution used, and so on.
HTH,
Thomas
.
- Follow-Ups:
- RE: how to make charts using GD
- From: Dan Klose
- RE: how to make charts using GD
- Prev by Date: Re: how to use perl modules
- Next by Date: REGEXP
- Previous by thread: how to make charts using GD
- Next by thread: RE: how to make charts using GD
- Index(es):
Relevant Pages
|
|