[R-SIG-Mac] qqline plots outside plot area

David Winsemius dwinsemius at comcast.net
Wed Mar 18 13:44:42 CET 2009


And it now works fine for me as well. When I was running some of the  
graphics examples in the thread yesterday on recreating a JMP graphic,  
I noticed that the behavior had persisted in other plots, but that it  
later reverted to normal clipping behavior. Today rerunning that code  
does not reproduce the problem. I have revisited the webpage ;
http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=127
  ... and repasted the code and the off-graph plotting does not return.

-- 
David Winsemius

Someplace during the
On Mar 18, 2009, at 7:54 AM, Denis Chabot wrote:

> Strange, it worked fine for me. At least it did after a fresh start of
> R, with no additional package installed.
>
> Denis
> R version 2.8.1 Patched (2009-01-19 r47650)
> i386-apple-darwin9.6.0
>
> locale:
> fr_CA.UTF-8/fr_CA.UTF-8/C/C/fr_CA.UTF-8/fr_CA.UTF-8
>
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods   base
>
> Le 09-03-18 à 07:00, r-sig-mac-request at stat.math.ethz.ch a écrit :
>
>> Message: 1
>> Date: Tue, 17 Mar 2009 12:38:20 -0400
>> From: David Winsemius <dwinsemius at comcast.net>
>> Subject: [R-SIG-Mac] qqline plots outside plot area
>> To: R-SIG-Mac Mailing List <r-sig-mac at stat.math.ethz.ch>
>> Message-ID: <083A0C62-5967-4F02-9DBE-9812ED684AA8 at comcast.net>
>> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>>
>> I just executed the example in the R graph gallery for qqplot and it
>> includes a call to qqline. It plots the line beyond the plotting
>> region, unlike the illustration and unlike the behavior of any of the
>> other "line" functions in my (limited) experience. the example on the
>> help page for qqplot/qqline does the same. It does not appear that I
>> have masked qqline with another package version.
>>
>> y <- rt(200, df = 5)
>> qqnorm(y); qqline(y, col = 2)
>>
>> -- 
>> David Winsemius, MD
>> Heritage Laboratories
>> West Hartford, CT
>>
>>> sessionInfo()
>> R version 2.8.1 Patched (2009-01-19 r47650)
>> i386-apple-darwin9.6.0
>>
>> locale:
>> en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
>>
>> attached base packages:
>> [1] splines   stats     graphics  grDevices utils     datasets
>> methods   base
>>
>> other attached packages:
>> [1] caret_4.08      UsingR_0.1-12   codetools_0.2-1 lattice_0.17-20
>> Design_2.1-2    Hmisc_3.5-2     survival_2.34-1
>>
>> loaded via a namespace (and not attached):
>> [1] cluster_1.11.12 grid_2.8.1      tools_2.8.1
>
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

David Winsemius, MD
Heritage Laboratories
West Hartford, CT



More information about the R-SIG-Mac mailing list