Is there any way to set the background color of plots constructed using the base R function persp()?
bg="black" is ignored either when supplied to persp() or previously to par()
Thanks
Is there any way to set the background color of plots constructed using the base R function persp()?
bg="black" is ignored either when supplied to persp() or previously to par()
Thanks
I'm not sure what you mean by "ignored" here. A reproducible example would be helpful, something like this:
par(bg = "black");persp(volcano)