Re: Simple way to do line graphs???

2009-02-22 Thread Raymond Wan
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

回复:Simple way to do line graphs???

2009-02-21 Thread yantao
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

Re: Simple way to do line graphs???

2009-02-21 Thread Chas. Owens
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

Simple way to do line graphs???

2009-02-21 Thread Paul
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

Re: perl module for graphs lines point

2008-11-18 Thread Mr. Shawn H. Corey
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

perl module for graphs lines point

2008-11-17 Thread ben perl
Hi , Is there a perl module to plot graphs with lines point. Thanks, -Bandeep

Re: how to plot graphs

2008-05-28 Thread itshardtogetone
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

Re: how to plot graphs

2008-05-28 Thread Rob Dixon
[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

Re: how to plot graphs

2008-05-27 Thread itshardtogetone
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

Re: how to plot graphs

2008-05-27 Thread itshardtogetone
- 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

Re: how to plot graphs

2008-05-27 Thread Rob Dixon
[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

Re: AJAX, Graphs and Perl backend

2007-07-02 Thread Jay Savage
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

Re: AJAX, Graphs and Perl backend

2007-07-01 Thread Mathew
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

Re: AJAX, Graphs and Perl backend

2007-07-01 Thread cldmismgr
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

AJAX, Graphs and Perl backend

2007-06-30 Thread Mathew Snyder
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

Re: Generating Graphs with Perl

2007-03-16 Thread Jeff Pang
> 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

Re: Generating Graphs with Perl

2007-03-12 Thread Tom Phoenix
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

Generating Graphs with Perl

2007-03-12 Thread Bary Gold
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

Re: Cgi with GD grap, and displaying graphs

2006-08-29 Thread Mumia W.
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

Re: Cgi with GD grap, and displaying graphs

2006-08-29 Thread Tom Phoenix
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

Cgi with GD grap, and displaying graphs

2006-08-29 Thread Patrick Rice
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

Re: GD + graphs

2002-06-12 Thread Chris Ball
> "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

GD + graphs

2002-06-12 Thread Martin A. Hansen
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]

RE: Perl Graphs

2002-03-14 Thread Daniel Falkenberg
: 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

RE: Perl Graphs

2002-03-14 Thread Timothy Johnson
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

Re: Perl Graphs

2002-03-14 Thread Jim Ockers
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

Perl Graphs

2002-03-14 Thread Daniel Falkenberg
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

RE: Graphs

2001-10-05 Thread Jade E. Deane
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

RE: Graphs

2001-10-05 Thread RArul
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

Graphs

2001-10-05 Thread James Ferree
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

Re: Perl - charts/graphs??

2001-09-17 Thread Andrea Holstein
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]

Re: Perl - charts/graphs??

2001-09-17 Thread Mel Matsuoka
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

Re: Perl - charts/graphs??

2001-09-17 Thread randy Peterman
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

Perl - charts/graphs??

2001-09-17 Thread Tiberiy Virtgaym
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

Re: Graphs in perl ....

2001-08-08 Thread jeffl
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

Re: Graphs in perl ....

2001-08-08 Thread Mel Matsuoka
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

Re: Graphs in perl ....

2001-08-08 Thread MPM
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

Graphs in perl ....

2001-08-08 Thread Elie De Brauwer
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