| Author |
Comment/Response |
yehuda ben-shimol
|
10/27/10 10:22am
This looks like a MS-WORD related issue
follow this
a = ListLogPlot[Table[{i, 2^i}, {i, 10}],
PlotLabel -> "Exported Image"]
Export["c:\\a.eps", a]
Show[Import["c:\\g.eps"], PlotLabel -> "Imported Image"]
If you see two graphics, with the corresponding plot labels, then the problem is not Mathematica (I also imported the image in word, and it is OK)
yehuda
URL: , |
|