Re: [Pdl-general] Plotting flat xyz data as an image.

2024-04-18 Thread Jovan Trujillo
ust need a z-value pdl that has the same dimensions as > the x and y coordinates. > > David > > On Thu, Apr 18, 2024, 1:11 PM Jovan Trujillo > wrote: > >> Hi Greg, >> Yes, I've been looking into a heat map or flattened 3d scatterplot. In >> Mathematica,

Re: [Pdl-general] Plotting flat xyz data as an image.

2024-04-18 Thread Jovan Trujillo
6577557/trying-to-create-heat-map-using-ggplot-similar-to-density-contour-plot-but-wh > > Just to give some hints on possible routines. > > - Greg > > Le jeu. 18 avr. 2024 à 01:53, Jovan Trujillo > a écrit : > >> Hi all, >> >> I've been wracking my brain all m

[Pdl-general] Plotting flat xyz data as an image.

2024-04-17 Thread Jovan Trujillo
Hi all, I've been wracking my brain all morning trying to figure this out, but how could I convert a set of 3 1D piddles containing xyz data into a matrix for plotting as an image using PDL::Graphics::Gnuplot? Say for example: use PDL; use PDL::Graphics::Gnuplot qw/image gplot/; my $x =

Re: [Pdl-general] $PDL::AutoLoader::Rescan = 1 on Windows 10

2024-04-17 Thread Jovan Trujillo
ad-only” on it) and add > some debugging to see what’s going on? > > > > Best regards, > > Ed > > > -- > *From:* Jovan Trujillo > *Sent:* Thursday, April 11, 2024 6:19:30 PM > *To:* Ed . > *Cc:* perldl > *Subject:* Re: [Pd

Re: [Pdl-general] $PDL::AutoLoader::Rescan = 1 on Windows 10

2024-04-11 Thread Jovan Trujillo
pt before and after you changed it, and how do you know > it didn’t get rescanned? > > > > Best regards, > > Ed > > > -- > *From:* Jovan Trujillo > *Sent:* Wednesday, April 10, 2024 10:20:15 PM > *To:* perldl > *Subject:* [P

[Pdl-general] $PDL::AutoLoader::Rescan = 1 on Windows 10

2024-04-10 Thread Jovan Trujillo
I'm trying to understand if I change a *.pdl function and save it on Windows 10, why doesn't PDL::AutoLoader recognize the change and reload the script? I have set $PDL::AutoLoader::Rescan = 1 in my REPL, but it doesn't work. It only runs the original *.pdl script before I changed it.

Re: [Pdl-general] How can I get PDL-2.015 on CPAN updated with a patch?

2016-04-26 Thread Jovan Trujillo
passed: 10-11 t/ufunc.t (Wstat: 0 Tests: 35 Failed: 0) TODO passed: 14-35 Files=134, Tests=1572, 56 wallclock secs ( 0.50 usr 0.11 sys + 23.83 cusr 4.79 csys = 29.23 CPU) Result: PASS On Mon, Apr 25, 2016 at 3:14 PM, Jovan Trujillo <jovan.trujil...@gmail.com> wrote: &g

Re: [Pdl-general] How can I get PDL-2.015 on CPAN updated with a patch?

2016-04-25 Thread Jovan Trujillo
0' on SF:( > <https://sourceforge.net/p/pdl/code/ci/sf%23407_gsl2.0/tree/> > https://sourceforge.net/p/pdl/code/ci/sf%23407_gsl2.0/tree/ ; I'm getting > a 404 error at the moment), or on GitHub: > <https://github.com/PDLPorters/pdl/tree/sf%23407_gsl2.0> > https://github.co

[Pdl-general] How can I get PDL-2.015 on CPAN updated with a patch?

2016-04-18 Thread Jovan Trujillo
Hi all, I have been updating to GSL-2.1 and PDL-2.015 on my various machines, and keep having to do this patch to make it work: https://sourceforge.net/p/pdl/bugs/407/ Why hasn't anybody updated PDL-2.015 on CPAN to include this patch? Should I just email the diff to Chris Marshall? Can I