[oak perl] Re: Oakland Digest, Vol 18, Issue 14

Joshua Wait joshnjillwait at yahoo.com
Fri Dec 17 01:00:56 CST 2004


I'd be happy to take a look at it for you. I'm not
sure when (and it may fall off my radar), but I will
put it on my to do list.

--JOSHUA

--- oakland-request at mail.pm.org wrote:

> Send Oakland mailing list submissions to
> 	oakland at mail.pm.org
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 	http://mail.pm.org/mailman/listinfo/oakland
> or, via email, send a message with subject or body
> 'help' to
> 	oakland-request at mail.pm.org
> 
> You can reach the person managing the list at
> 	oakland-owner at mail.pm.org
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Oakland digest..."
> 
> 
> Today's Topics:
> 
>    1. Request for testers of my module
> Chart::Scientific (Kester Allen)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 15 Dec 2004 21:01:49 -0800
> From: Kester Allen <kester at gmail.com>
> Subject: [oak perl] Request for testers of my module
> Chart::Scientific
> To: Oakland Perl Mongers <oakland at mail.pm.org>
> Message-ID:
> <55adb319041215210168254415 at mail.gmail.com>
> Content-Type: text/plain; charset=US-ASCII
> 
> Hi All--
> 
> As I mentioned at the meeting this week, I've
> written a data-plotting
> module called Chart::Scientific.  It's pretty easy
> to use (I think),
> and I'd like to beseech the list to try installing
> it, run through a
> few of the examples in the POD documentation, and
> get back to me.
> 
> I'd be particularly interested in reports of any
> installation problems
> you had (you'll need the pgplot5 library installed,
> Debian-derived
> linux users can get this library in a prepackaged
> .deb at
> http://packages.debian.org/pgplot5.  Other linux
> users can get it at
> the PGPLOT homepage
> http://www.astro.caltech.edu/~tjp/pgplot/#support.
>  Truly ambitious Windows users can attempt to
> install the library from
> the instructions posted at
> http://www.astro.caltech.edu/~tjp/pgplot/#support),
> and any features
> you think would improve the module.
> 
> Since it's on cpan, you can just type: "cpan
> PGPLOT", then "cpan
> Chart::Scientific" (this is a bug, in the next
> version, the PGPLPOT.pm
> perl module will be installed automatically) at a
> command prompt, and
> it should install it.
> 
> A simple script like:
>     use Chart::Scientific;
> 
>     my @height = ( 1.81, 1.62, 1.33, 1.90, 1.73 );
>     my @weight = ( 77.3, 60.1, 52.3, 85.2, 80.1 );
> 
>     my $plt = Chart::Scientific->new (
>                   x_data => \@height,
>                   y_data => [ \@weight  ],
>               );
>     $plt->plot ();
> 
> will give you a plot; adding "device =>
> 'myplot.ps/cps'" to the
> constructor call will give you a postscript file
> named myplot.ps.
> 
> Anyhow, please give Chart::Scientific a look if you
> have a minute, and
> please let me know how it went!
> 
> Thanks,
> 
> Kester
> 
> 
> ------------------------------
> 
> _______________________________________________
> Oakland mailing list
> Oakland at mail.pm.org
> http://mail.pm.org/mailman/listinfo/oakland
> 
> End of Oakland Digest, Vol 18, Issue 14
> ***************************************
> 

=====
---------------------
ArcSource Consulting
"Providing Computer Support in the San Francisco Bay Area"
http://www.arcsource.net


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail


More information about the Oakland mailing list