[R] scatterplot3d: fractionary xrange

andrea valle valle at di.unito.it
Wed Apr 19 11:11:17 CEST 2006


Ah, ok, that's it.
(a pity)

Thanks a lot

-a-

On 19 Apr 2006, at 10:28, Uwe Ligges wrote:

> 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
>
>
Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
andrea.valle at unito.it




More information about the R-help mailing list