Dear all; I've been trying to change the type of line used to draw the box around the 3d scatterplot (package scatterplot3d) from lty=1 to lty=2 without sucess. I would appreciate suggestions of how to do it. Thanks PM
scatterplot3d + box lines
2 messages · Pedro Mardones, Duncan Murdoch
On 2/6/2008 10:07 AM, Pedro Mardones wrote:
Dear all; I've been trying to change the type of line used to draw the box around the 3d scatterplot (package scatterplot3d) from lty=1 to lty=2 without sucess. I would appreciate suggestions of how to do it.
Use lty.axis=2. (This is mentioned on the help page, but there are a lot of parameters there, and I can see how you might have missed it.) Duncan Murdoch