Skip to content
Prev 280694 / 398502 Next

qqnorm & huge datasets

On Dec 21, 2011, at 4:10 PM, Sam Steingold wrote:

            
Depending upon what your end product needs to be, generate a png file instead of pdf. With a pdf, every data point consumes 'space' in the file, therefore increasing the file size. Two data points that exactly overlap each other consume twice the space of a single data point in the pdf. 

That is not the case with a png file which only has to store information on each pixel in the image.

The key with the png is to create the file initially so that the resolution and size conform to your final product requirement without scaling, which tends to reduce the image quality.

HTH,

Marc Schwartz