| Author |
Comment/Response |
Nasser M. Abbasi
|
10/26/10 9:15pm
Hi,
I am using Mathematica 7.
I have a ListLogPlot object that I need to insert in a word document.
I am trying to do:
a=ListLogPlot[{a,b},etc...]
Export["C:\\a.eps",a,"EPS"]
but the only thing I have is an empty file .eps
------------------------------------
I just tried
a=Plot[Sin[x],{x,0,Pi}]
Export["C:\\a.eps",a,"EPS"]
and it worked.
Did you look carefully in the eps file? the plot was at the bottom of the page. Did you scroll down to see if it is there?
If the page is empty, then there is some other problem. I am using v7 on windows 7.
--Nasser
URL: , |
|