Re: [Pdl-general] [Pdl-devel] P::G::Gnuplot 2.017

2021-08-10 Thread Zakariyya Mughal
On 2021-08-10 at 17:57:35 -0500, Luis Mochan wrote: > Hi, > > I'm having some trouble with PDL::Graphics::Gnuplot, which is behaving > strangely lately. Consider: > > mochan@yapaque:~$ pdl > perlDL shell v1.357 > ... > pdl> use PDL::Graphics::Gnuplot > pdl> $x=zeroes(50)-

Re: [Pdl-general] [Pdl-devel] P::G::Gnuplot 2.017

2021-08-10 Thread Ed .
Hi Luis, It will really help if you can give which version of PDL you have, and also whether you’ve tried exactly the same script on different versions of PDL and/or P:G:Gnuplot to make it easier/possible to track down what’s changed? Best regards, Ed From: Luis Mochan

[Pdl-general] P::G::Gnuplot 2.017

2021-08-10 Thread Luis Mochan
Hi, I'm having some trouble with PDL::Graphics::Gnuplot, which is behaving strangely lately. Consider: mochan@yapaque:~$ pdl perlDL shell v1.357 ... pdl> use PDL::Graphics::Gnuplot pdl> $x=zeroes(50)->xlinvals(0, 7) pdl> $w=gpwin("pdfcairo", output=>"rem.pdf");