Skip to content
Prev 275741 / 398513 Next

plotting large time series

Try another format (tiff, jpg, etc) to see how they look, what the
sizes are for different resolutions.  If you have a lot of single
points, PDF files get very large because of the commands used to print
each point.  If you want to keep PDF, then find some way of
aggregating the data points so that you plot an "average" of several
of them.  Depending on what you are trying to show, I have used the
hexbin package to plot large numbers of points.

Why do you need PDFs?  Will something else do?
On Thu, Oct 27, 2011 at 11:39 AM, Agnes Richard <agnes.richard at fhnw.ch> wrote: