Package: yorick
Version: 2.1.05-2

in yorick, try:
 plg, sin(span(-pi,pi,100))
 eps,"junk.eps"

The bounding box in junk.eps is too small (the axes are not visible). The bug may really be in ghostscript (tried on 8.61.dfsg.1-1).

A fix is to change line 334 of /usr/lib/yorick/i0/graph.i from
 if (is_void(EPSGS_CMD)) EPSGS_CMD= "gs -q -dNOPAUSE -dBATCH";
to
 if (is_void(EPSGS_CMD)) EPSGS_CMD= "gs -q -dNOPAUSE -sSAFER -dBATCH";

Users can set EPSGS_CMD themselves in custom.i.

See also:
http://yorick.sourceforge.net/phpBB2/viewtopic.php?t=196

T.

Attachment: PGP.sig
Description: Ceci est une signature électronique PGP

Reply via email to