Rajil Saraswat wrote: > Unfortunately that doesnt solve the problem. Even after eps2eps, the > plots are still -90 degrees out of sync. Moreover, the antialias doesnt > work in gv after eps2eps. > It is still unclear to me how come gv show up the right orientation > whereas lyx cannot?
gv is just a frontend to ghostscript. ghostscript understands the WHOLE PostScript language. That's what it's designed to do. LyX simply passes the PostScript file to some external converter to convert it to a loadable format. Presumably PNG. Also presumably, you're using the default convertDefault.sh wrapper script to perform this conversion. This script is a frontend to ImageMagick's "convert" program. Conclusion: "convert" and "ghostscript" are doing different things with your file. Try using the attached "my_ps2png" converter instead. -- Angus
my_ps2png
Description: application/shellscript
