I'm making an EPS graphic of a scatterplot with a lot of points via R, with lots of data points.
setEPS()
postscript('figure.eps')
...
dev.off()
However, the eps file loads very slowly in evince. I have had similar problems for scatterplots in gnuplot. The eps file has 131,292 lines and is 3.6 megabytes. I recognize for an eps file this is fairly large, but there are a lot of points in the scatterplot.
I've read through the R options and I couldn't find a way to simplify it, is there a way I can alter this eps file so I can load it easily?