| Author |
Comment/Response |
VX
|
10/27/10 12:10pm
In Response To 'Re: ListLogPlot and EPS' --------- Thanks yehuda,
It works, the problem appears when you use the LegendOption with more than 1 list.
Example:
a = ListLogPlot[{Table[{i, 2^i}, {i, 10}], Table[{i, 3^i}, {i, 10}]},
PlotLegend -> {"a", "b"}]
Export["c:\\a.eps", a]
Then, I cannot Import, the document is empty.
Thanks again
URL: , |
|