Skip to content
Prev 126370 / 398500 Next

Bug or not

Darius Kasiulevi?ius wrote:
Not a bug.

 From the documentation:

 'erase.screen' will appear not to work if the background colour is
     transparent (as it is by default on most devices).

So make sure to specify par(bg="white") first, as in the example
given in the documentation ...

 Ben Bolker