| Author |
Comment/Response |
Johannes Wilms
|
02/23/04 09:36am
Hi,
I'm encountering a problem when trying to export graphics to eps files. I'm using code like:
myplot = Plot[Sin[x], {x, 0, 2 Pi}];
(Plot appears here, exactly as it should)
Export["sin.eps", myplot, "EPS"]
and I get an eps file which I can open and view in GSView, but it seems to contain nonsense (I've appended the eps output of the above Mathematica code as an example).
I'm using the Student version of Mathematica 5.0 for Microsoft Windows (June 12, 2003), Release 0.
There are some other minor issues which include
1) problems during entering my password which was only possible via the kernel itself (the graphical interface crashed every time I tried it)
2) error messages which contain "unclickable" links to the help system (I know that these links work on other systems)
I have no idea if these issues might be related to my eps export problem, but why not.
Any help would be greatly appreciated,
Johannes Wilms
Attachment: sin.eps, URL: , |
|