Hi Paul,
If you have to do a lot of line graphs, then it might be worth investing some
time on learning something like R:
http://www.r-project.org/
And no, I didn't mean to do this through Perl -- R can read in CSV files, etc.
Ray
Paul wrote:
Trying to make some kind of script
22日, 2009 上午8:15
主题: Simple way to do line graphs???
> Trying to make some kind of script to do simple line graphs from a CSV
> file to X and Y. There will be various amounts, probably allot, like
> hundreds of data for each.
>
> I've checked out modules GD::Graph, SVG::Gra
On Sat, Feb 21, 2009 at 19:15, Paul wrote:
> Trying to make some kind of script to do simple line graphs from a CSV
> file to X and Y. There will be various amounts, probably allot, like
> hundreds of data for each.
>
> I've checked out modules GD::Graph, SVG::Graph, but
Trying to make some kind of script to do simple line graphs from a CSV
file to X and Y. There will be various amounts, probably allot, like
hundreds of data for each.
I've checked out modules GD::Graph, SVG::Graph, but run into the endless
need for more and more modules, like dependen
On Mon, 2008-11-17 at 23:07 -0800, ben perl wrote:
> Hi ,
>
> Is there a perl module to plot graphs with lines point.
Yes, GD::Graph. You will need GD and GD::Text too. You can also try
GD::Graph3d just for the fun of it. :)
--
Just my 0.0002 million dollars worth,
Shawn
T
Hi ,
Is there a perl module to plot graphs with lines point.
Thanks,
-Bandeep
From: "yitzle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, May 27, 2008 7:55 AM
Subject: Re: how to plot graphs
You can use a module off CPAN. A quick search gave me this:
http://search.cpan.org/~smorton/Chart-Plot-0.11/Plot.pm
Hi,
Thanks.
I have ac
[EMAIL PROTECTED] wrote:
> From: "Rob Dixon" <[EMAIL PROTECTED]>
> To:
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 28, 2008 2:51 AM
> Subject: Re: how to plot graphs
>
>> There is no need to restrict yourself to an Excel row to hold graph x-a
From: "Rob Dixon" <[EMAIL PROTECTED]>
To:
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 28, 2008 2:51 AM
Subject: Re: how to plot graphs
< snip off>
> There is no need to restrict yourself to an Excel row to hold graph x-axis
> values. More often a spreadsheet
- Original Message -
From: "yitzle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, May 27, 2008 7:55 AM
Subject: Re: how to plot graphs
You can use a module off CPAN. A quick search gave me this:
http://search.cpan.org/~smorton/Chart-Plot-0.11/P
[EMAIL PROTECTED] wrote:
>
> How do I plot a graph using perl. On the horizontal x-axis I need to plot at
> least 1000 points. I cannot use microsoft excel because of the limitation on
> the x-axis. Thanks
There is no need to restrict yourself to an Excel row to hold graph x-axis
values. More oft
On 7/1/07, Mathew <[EMAIL PROTECTED]> wrote:
cldmismgr wrote:
> On Jul 1, 1:05 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
>> Does anyone know what the best route to creating graphs using AJAX and Perl
>> would be? I've been running various searches on this and
cldmismgr wrote:
> On Jul 1, 1:05 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
>> Does anyone know what the best route to creating graphs using AJAX and Perl
>> would be? I've been running various searches on this and haven't found any
>> solid information on how to
On Jul 1, 1:05 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
> Does anyone know what the best route to creating graphs using AJAX and Perl
> would be? I've been running various searches on this and haven't found any
> solid information on how to make this happen.
>
> Thank
Does anyone know what the best route to creating graphs using AJAX and Perl
would be? I've been running various searches on this and haven't found any
solid information on how to make this happen.
Thanks
Mathew
--
Keep up with me and what I'm up to: http://theillien.blogs
> I am creating interesting (for me that is) applications at this site.
> But I would like to be able to generate a Graph somehow.
> Does anyone have any general idea how this might be possible?
Hello,
I once read part of the book "Graphics Programming with Perl" which is also
suitable for you I t
On 3/12/07, Bary Gold <[EMAIL PROTECTED]> wrote:
I am using Perl within web pages created at the DBMS site www.baseportal.com.
So, when Perl executes, it executes at their site and not mine.
As a consequence, I am unable to download and install anything, period.
Not ANYTHING anything, not even
I am using Perl within web pages created at the DBMS site www.baseportal.com.
So, when Perl executes, it executes at their site and not mine.
As a consequence, I am unable to download and install anything, period.
I am creating interesting (for me that is) applications at this site.
But I would li
On 08/29/2006 11:05 AM, Patrick Rice wrote:
Hi all
I'd like some advice,
set up; Red hat Enterprise 4
Perl 5.8
I am trying to create a web page, which takes data from a file and
builds a graph with GD, these are then saved as pictures, I then use the
cgi script to call the pics using dynamic
On 8/29/06, Patrick Rice <[EMAIL PROTECTED]> wrote:
When I do this, I get a 500 internal error and I've traced this down to
a permissions problem, as the apache user doesn't have the permissions
to write the pic's in the /var/www/html file.
Which is as it should be, I would imagine.
For secu
Hi all
I'd like some advice,
set up; Red hat Enterprise 4
Perl 5.8
I am trying to create a web page, which takes data from a file and
builds a graph with GD, these are then saved as pictures, I then use the
cgi script to call the pics using dynamically generated HTML page, using
a system cal
> "Martin" == Martin A Hansen <[EMAIL PROTECTED]> writes:
Martin> hi is there some premade graph function in the GD module?
Martin> something to e.g. plot a simple graph or make a histogram?
Yes. It's called GD::Graph. :-)
(The same data can be plotted to many different type of g
hi
is there some premade graph function in the GD module? something to e.g. plot a simple
graph or make a histogram?
martin
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
: Perl Graphs
Do you have excel? It will be a little work to start, but you can
manipulate Excel using Win32::Ole. I'm not sure if
Spreadsheet->WriteExcel
does graphs.
-Original Message-
From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 4:25 PM
To
Do you have excel? It will be a little work to start, but you can
manipulate Excel using Win32::Ole. I'm not sure if Spreadsheet->WriteExcel
does graphs.
-Original Message-
From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 4:25 PM
To: [EMAIL P
Perhaps you would like the graphic visualization capability in PDL:
http://pdl.perl.org
Good Luck.
On Thu, 2002-03-14 at 19:24, Daniel Falkenberg wrote:
> G'day all,
>
> Just wondering how I would go about graphing with Perl. I have used
> GD::Graph before, but I am now looking for something
G'day all,
Just wondering how I would go about graphing with Perl. I have used
GD::Graph before, but I am now looking for something a little more
colourful (if you wish :) ) than that if possible.
Any ideas,
Kind regards,
Dan
==
VINTEK CONSULTING PTY LTD
(ACN 088
11:33 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Graphs
Use GD module
GD::Graph, GD::Graph3d modules are available at CPAN and Activestate.
-Original Message-
From: James Ferree [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject
Use GD module
GD::Graph, GD::Graph3d modules are available at CPAN and Activestate.
-Original Message-
From: James Ferree [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject: Graphs
Hi,
Any good books on how to create graphs using Perl
Hi,
Any good books on how to create graphs using Perl?
Which perl modules should I consider for this?
TIA,
Jim
__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
Tiberiy Virtgaym wrote:
> Any unauthorized copying, disclosure or distribution of the material in this e-mail
>is strictly forbidden.
What ?!
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At 04:33 PM 09/17/2001 -0500, randy Peterman wrote:
>open (BOOK, "Programming Web Graphics with Perl and GNU software By Shawn P.
>Wallace" -published => "O'reilly.") or die "I don't have enough money";.
That book isn't bad, but it's sorely out of date, especially regarding the
chapter on chartin
open (BOOK, "Programming Web Graphics with Perl and GNU software By Shawn P.
Wallace" -published => "O'reilly.") or die "I don't have enough money";.
Then you could search for PerlMagick, or the module on CPAN called GD.pm.
Randy Peterman
"Tiberiy Virtgaym" <[EMAIL PROTECTED]> wrote in message
Hi there,
I am quite new in Perl(the past 3 months or so), and the other day i came across
a task where i would need to create charts, like pie/line charts, for some business
applications i am developing using Perl. Does anybody know if there is software out
there that would allow me to
Try the GD module, its a Stein!!!
jeff
On Wed, 8 Aug 2001, Elie De Brauwer wrote:
> Date: Wed, 8 Aug 2001 20:16:07 +0200
> From: Elie De Brauwer <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Graphs in perl
>
> I'm looking for a modules t
At 08:16 PM 08/08/2001 +0200, Elie De Brauwer wrote:
>So what i want to
>know is there a module / docs about this ? And how can i search these
modules
>by myself so i don't need to bother this list each time i need a module ;))
http://search.cpan.org should be everyones first stop before askin
The module you are probably looing for is GD::Graph. The pod that comes
with it contains enough info to get you started with it.
Have you looked into MRTG though? It does what your looking for with snmp
and then assembles averages multiple graphs get generated with lesser and
lesser detail
I'm looking for a modules that can create graphs, i want a nice picture that
says you loads are today here, yesterday there the day before there so i
can see any evolutions, the same for diskspace and stuff. So what i want to
know is there a module / docs about this ? And how can i s
38 matches
Mail list logo