ROBERTO
2007-10-04 08:31:01 UTC
I make contourplots and then export them with
Export["/home/file.eps",%]
This give me very large EPS, i.e. if PlotPoints is set to 200 I get a
5MB EPS. I tried to convert the EPS or reduce it with tools available in
linux, imagemagick, eps2eps, ghostscript but the visual quality of the
result is crap.
I imagine there is a way to produce compressed EPS exploiting Postscrit
Level 2 specifications or there's a "standard" path to follow to go from
ContourPlot to an journal-submittable-size EPS (less than 100Kb)
How can I get a EPS file less than 100K for a ContourPlot with
PlotPoints->200 ???
Thanks you all.
Roberto
Export["/home/file.eps",%]
This give me very large EPS, i.e. if PlotPoints is set to 200 I get a
5MB EPS. I tried to convert the EPS or reduce it with tools available in
linux, imagemagick, eps2eps, ghostscript but the visual quality of the
result is crap.
I imagine there is a way to produce compressed EPS exploiting Postscrit
Level 2 specifications or there's a "standard" path to follow to go from
ContourPlot to an journal-submittable-size EPS (less than 100Kb)
How can I get a EPS file less than 100K for a ContourPlot with
PlotPoints->200 ???
Thanks you all.
Roberto