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-general mailing list
pdl-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-general

Reply via email to