Re: [Plplot-devel] Release date for 5.9.1 has been finalized as Sunday, 8 days from now

2008-12-06 Thread Douglas Hunt
Hi Alan: OK, I'll get as much in as possible by Friday. Regards, Doug On Sat, 6 Dec 2008, Alan W. Irwin wrote: > There was a possibility of a release of PLplot this weekend, but I frankly > have not had a chance to do all the extensive testing I want to do. Thus, I > consulted with Hazen, a

Re: [Plplot-devel] [Perldl] Troubling PDL behavior with constants

2008-12-12 Thread Douglas Hunt
Hi Rob: I'm sure that changing to GenericTypes = ['D', 'F'] fixes the problem on my 32 bit Linux machine. If you saw different behavior, perhaps it was on a Windows box? --Doug On Sat, 13 Dec 2008, Sisyphus wrote: > > - Original Message - From: "Doug Hunt" > . > . >> Another approac

Re: [Plplot-devel] [Perldl] Troubling PDL behavior with constants

2008-12-12 Thread Douglas Hunt
Chris: On Fri, 12 Dec 2008, Chris Marshall wrote: > Doug Hunt wrote: >> >> So, I would like to propose one of two remedies (attached). >> >> The first (pdlcore.c.PL.diff) would be to get rid of >> pdl_whichdatatype_double and just assume that scalars convert to doubles, >> not floats. This w

Re: [Plplot-devel] The recently released PDL version 2.4.6 appears to include a really old version of PDL::Graphics::PLplot

2010-07-24 Thread Douglas Hunt
Hi all: I'll have to merge in all my changes to PDL::Graphics::PLplot into the main distribution. When is the target date for 2.4.7? Regards, Doug Hunt On Sat, 24 Jul 2010, chm wrote: > Accidentally sent from the wrong account... > > Hi Alan- > > I don't know the current status as far as

Re: [Plplot-devel] Status of perl/pdl examples

2011-04-30 Thread Douglas Hunt
Hi Alan: Thanks for incorporating my fixes so quickly! I'm at home now and can't look quickly at the updated build instructions for PDL::Graphics::PLplot. I'll take a look when I get to my office. Best Regards, Doug Hunt On Fri, 29 Apr 2011, Alan W. Irwin wrote: > On 2011-04-29 16:27-06

Re: [Plplot-devel] [Perldl] PDL-Graphics-PLplot 0.56 and plplot5.9.8

2011-09-03 Thread Douglas Hunt
Thanks, Rob! I'll merge this is when I get back to the office on Tuesday. Regards, Doug On Sat, 3 Sep 2011, Sisyphus wrote: > > - Original Message - From: "Sisyphus" > >> Attached is a patch to t/plplot_library_tests.t that enables it to run on >> Windows. > > Duh ... here it is.

Re: [Plplot-devel] [Perldl] PDL-Graphics-PLplot 0.56 and plplot 5.9.8

2011-09-11 Thread Douglas Hunt
Ouch! Sorry about that. (Says agent 86) I'll try again when I'm back in the office tomorrow. Regards, Doug On Sat, 10 Sep 2011, Sisyphus wrote: > > - Original Message - From: "Doug Hunt" > To: "Orion Poplawski" > Cc: "Plplot-devel mailing list" ; > > Sent: Friday, September 09

Re: [Plplot-devel] RGBA background images

2016-02-07 Thread Douglas Hunt
Hi all: I achieve something like this, IE plotting on top of the image of a map, with perl/PDL and the plplot MEM driver. I first use a PDL plotting routine to create an RGB memory image to pass to the MEM driver. I'm not sure if this is exactly what you want, but it might help. --Doug On 2/6