Displaying 4 results from an estimated 4 matches for "scatscript".
2017 Jun 01
2
[FORGED] Re: Question on function "scatterplot3d"
...an and
looked OK *except* for the positioning of the "y" axis label, which is
at the "far end" of the y-axis rather than being at the "centre" of the
y-axis. (See attached.)
Is this a bug?
cheers,
Rolf Turner
P.S. I have also attached the code in the file "scatScript.txt", for
convenience.
P^2. S.:
> sessionInfo()
R Under development (unstable) (2017-04-21 r72585)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.2 LTS
Matrix products: default
BLAS: /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so
locale...
2017 Jun 01
0
[FORGED] Re: Question on function "scatterplot3d"
...the "y" axis label, which is
> at the "far end" of the y-axis rather than being at the "centre" of the
> y-axis. (See attached.)
>
> Is this a bug?
>
> cheers,
>
> Rolf Turner
>
> P.S. I have also attached the code in the file "scatScript.txt", for
> convenience.
>
> P^2. S.:
>
> > sessionInfo()
> R Under development (unstable) (2017-04-21 r72585)
> Platform: x86_64-pc-linux-gnu (64-bit)
> Running under: Ubuntu 16.04.2 LTS
>
> Matrix products: default
> BLAS: /usr/local/lib/R/lib/libRbla...
2017 Jun 01
0
Question on function "scatterplot3d"
> On 1 Jun 2017, at 03:41, li li <hannah.hlx at gmail.com> wrote:
>
> Hi all,
> I have a question with regard to making plots using function
> "scatterplot3d".
> Please see the example below. It looks like, for y axis, the tickmark text
> was cutoff.
> The number "10" does not show up completely. I tried to work with par(mpg).
> It does not
2017 Jun 01
2
Question on function "scatterplot3d"
Hi all,
I have a question with regard to making plots using function
"scatterplot3d".
Please see the example below. It looks like, for y axis, the tickmark text
was cutoff.
The number "10" does not show up completely. I tried to work with par(mpg).
It does not
seem to work. Hope to get some advice here. Thanks much!
Hanna
C <- runif(30)
B <- rep(1:3, each=10)
A