Skip to content
Prev 33521 / 398513 Next

Macintosh plots

What is d1?  The plot function itself is generic and does not 
necessarily do anything.  It might be that the d1 object is of a 
particular class and the plot method for that class changes the 
background, point color, etc.  You could try

par(bg = "transparent")

but it's possible that the plot method might just reset it.

-roger
Ian Dickie wrote: