Skip to content
Back to formatted view

Raw Message

Message-ID: <6F8483B9-3E40-11D9-9A35-000D933565E8@mail.nih.gov>
Date: 2004-11-24T17:44:05Z
From: Sean Davis
Subject: scatterplot of 100000 points and pdf file format
In-Reply-To: <9F171A0DEB645643BD848C4CF0FB3684052C19F0@dna.sequenom.com>

Do you have a measures of "scatter" or can you pick "outliers" that 
could allow you to produce a "mixed" plot using either density or 
hexbinned data with only outliers placed after-the-fact using points()?

Sean

>> -----Original Message-----
>> From: Witold Eryk Wolski [mailto:wolski at molgen.mpg.de]
>> Sent: Wednesday, November 24, 2004 7:35 AM
>> To: R Help Mailing List
>> Subject: [R] scatterplot of 100000 points and pdf file format
>>
>>
>> Hi,
>>
>> I want to draw a scatter plot with 1M  and more points and
>> save it as pdf.
>> This makes the pdf file large.
>> So i tried to save the file first as png and than convert it to pdf.
>> This looks OK if printed but if viewed e.g. with acrobat as document
>> figure the quality is bad.
>>
>> Anyone knows a way to reduce the size but keep the quality?