I had a look:
I fixed it 5 months ago and forgot to make a new release.
The version on R-forge contains the fix already.
New release on its way to CRAN.
Best wishes;
Uwe
On 28.10.2010 11:28, John Coulthard wrote:
Hi
I'm trying to scale the point symbols on a 3d plot so that the ones at the
It's a bug (since I did not expect people to change the size of the
symbols vectorized).
Will provide a fix tomorrow.
Uwe
On 28.10.2010 11:28, John Coulthard wrote:
Hi
I'm trying to scale the point symbols on a 3d plot so that the ones at the
front are larger than the ones at the back.
Hi
I'm trying to scale the point symbols on a 3d plot so that the ones at the
front are larger than the ones at the back. I'm trying to give the image some
perspective.
Given this code...
library(scatterplot3d)
data=array(c(0,5,9), c(3,3))
scatterplot3d(data, pch=19, cex.symbols=10-data[,2],
3 matches
Mail list logo