Displaying 2 results from an estimated 2 matches for "r73246".
Did you mean:
  373246
  
2017 Sep 14
0
y label for X11 graphics
...TELEPHONE=C
[11] LC_MEASUREMENT=en_NZ.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
loaded via a namespace (and not attached):
[1] compiler_3.4.1
... or on ...
 > sessionInfo()
R Under development (unstable) (2017-09-12 r73246)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.5 LTS
Matrix products: default
BLAS: /home/pmur002/R/r-devel/BUILD/lib/libRblas.so
LAPACK: /home/pmur002/R/r-devel/BUILD/lib/libRlapack.so
locale:
  [1] LC_CTYPE=en_NZ.UTF-8       LC_NUMERIC=C
  [3] LC_TIME=en_NZ.UTF-8        LC_...
2017 Sep 13
2
y label for X11 graphics
In the following plot, the y label is missing if it is too long.
x11(type="Xlib")
plot(1:5, 1:5, ylab="Do, a deer, a female deer")   # missing label
plot(1:5, 1:5, ylab="Do")                          # label is present
All is well for x11(type="cairo")
This is true both under R devel 2017-09-01 on xubuntu (my desktop), and 3.4.1 on Centos 
6.9 (department