andrea valle wrote:
> Dear all,
>
> I'm plotting this and I need x range = (-2.5, 2.5).
>
> require(scatterplot3d)
> scatterplot3d(1,1,1, pch=19, xlim=c(-2.5, 2.5), zlim=c(0,2),
> ylim=c(0,3), xaxs="i", yaxs="i")
>
> In any case, it seems that in the drawing range for x is (-3,3).
>
> I guessed I could have this kind of behaviour for ranges:
>
> plot(1,1, pch=19, xlim=c(-2.5, 2.5), ylim=c(0,3), xaxs="i",
yaxs="i")
>
>
> What am I missing?
Reading the docs.
?scatterplot3d tells us:
"xlim, ylim, zlim: the x, y and z limits (min, max) of the plot. Note
that setting enlarged limits may not work as exactly as expected (a
known but unfixed bug). "
Due to the design, it is really hard to fix this one. Good patched are
welcome, of course.
Uwe Ligges
> Thanks a lot as usual
>
> -a-
>
>
>
> Andrea Valle
> DAMS - Facolt? di Scienze della Formazione
> Universit? degli Studi di Torino
> http://www.semiotiche.it/andrea
> andrea.valle at unito.it
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html