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<mailto:moc...@icf.unam.mx>
Sent: 11 August 2021 00:28
To: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net>; 
perldl<mailto:pdl-gene...@lists.sourceforge.net>
Subject: [Pdl-devel] P::G::Gnuplot 2.017

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");
     pdl> $w->plot(with=>lines,$x,$x->sin)
     pdl> $w->close
     pdl> quit
     mochan@yapaque:~$ file rem.pdf
     rem.pdf: empty

So I try to plot into a pdf file, but the file is empty.

Any advice?

Best regards,
Luis


--

                                                                  o
W. Luis Mochán,                      | tel:(52)(777)329-1734     /<(*)
Instituto de Ciencias Físicas, UNAM  | fax:(52)(777)317-5388     `>/   /\
Av. Universidad s/n CP 62210         |                           (*)/\/  \
Cuernavaca, Morelos, México          | moc...@fis.unam.mx   /\_/\__/
GPG: 791EB9EB, C949 3F81 6D9B 1191 9A16  C2DF 5F0A C52B 791E B9EB


_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to