Skip to content
Back to formatted view

Raw Message

Message-ID: <dbcf8a27-bb0c-a54e-b184-8acb6cd8709a@prodsyse.com>
Date: 2016-07-28T13:56:39Z
From: Spencer Graves
Subject: plot(1:3) malfunctions with par(bg='transparent')

Hello, All:


       Try the following:


par(bg='transparent')
plot(1:3)


       I get two plots superimposed, one over twice the size it should 
be, much of it outside the device region.


       Thanks for all you do to make R such a useful tool.  People all 
over the world live better today, because R helps improve the 
effectiveness of data analysts.


       Spencer Graves


 > sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods
[7] base

loaded via a namespace (and not attached):
[1] rsconnect_0.4.3 tools_3.3.1