michael watson (IAH-C) wrote:
Did you try GD::Graph?
GD::Graph is a good graphing tool. It can get quite low-level as well,
so you have to decide which visualiser works for you.
The advantage of GD::Graph is that it'd likely be rendered as a JPEG/
GIF, and that's something you can download
On Jun 24, 2008, at 2:32 AM, michael watson (IAH-C) wrote:
Did you try GD::Graph?
-Original Message-
From: Foo JH [mailto:[EMAIL PROTECTED]
Sent: Tue 24/06/2008 8:15 AM
To: modperl@perl.apache.org
Subject: Re: graphics in perl
Rolf Schaufelberger wrote:
Am Sonntag, 22. Juni 2008
Did you try GD::Graph?
-Original Message-
From: Foo JH [mailto:[EMAIL PROTECTED]
Sent: Tue 24/06/2008 8:15 AM
To: modperl@perl.apache.org
Subject: Re: graphics in perl
Rolf Schaufelberger wrote:
> Am Sonntag, 22. Juni 2008 11:27:26 schrieb Malka Cymbalista:
>
>> We are
Rolf Schaufelberger wrote:
Am Sonntag, 22. Juni 2008 11:27:26 schrieb Malka Cymbalista:
We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6
with mod_perl 2.0.3. Our data is in a MySQL database (MySQL 5.0.45)
We have been asked to write a web application that requires
Malka Cymbalista wrote:
We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6 with
mod_perl 2.0.3. Our data is in a MySQL database (MySQL 5.0.45)
We have been asked to write a web application that requires plotting
capabilities. We do most of our web programming in perl s
Am Sonntag, 22. Juni 2008 11:27:26 schrieb Malka Cymbalista:
> We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6
> with mod_perl 2.0.3. Our data is in a MySQL database (MySQL 5.0.45)
>
> We have been asked to write a web application that requires plotting
> capabilities. W
Uhm, dude... a Perl module won't do that because Perl is a language,
not a display technology.
You're looking for something like Shockwave Flash. Though you can
certainly have Perl generate everything.
2008/6/22 Malka Cymbalista <[EMAIL PROTECTED]>:
> We are running perl 5.8.5 on a Linux machine
I'd recommend interfacing with R (http://www.r-project.org)
From: Malka Cymbalista [mailto:[EMAIL PROTECTED]
Sent: Sun 22/06/2008 10:27 AM
To: modperl@perl.apache.org; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: graphics in perl
We are running perl 5.8
We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6 with
mod_perl 2.0.3. Our data is in a MySQL database (MySQL 5.0.45)
We have been asked to write a web application that requires plotting
capabilities. We do most of our web programming in perl so I am looking for a
perl