Tal Galili
2010-Sep-28 18:14 UTC
[Rd] Bug report: Disappearing text when using a long "expression" in ylab
Hello all, After help form Barry Rowlingson I am reporting my first bug to R-devel. Please be kind if I did something wrong in the reporting - and many thanks for anyone who is reading this e-mail. Example of the bug: tt <- expression(paste("test loooooooooooooooooooooooooooooooooooooooooooooo(% of 360" *degree,")")) plot(1,xlab=tt,ylab=tt,main=tt) #Now please resize the window to a smaller window to see how the text in ylab disappears #(but not the xlab or title.) #This also seems to affect vertical rotated expressions: plot(1) text(1,1,tt,srt=90) text(1,1,tt,srt=0) text(1,1,tt,srt=45) #At least on windows. #On Linux (so Barry wrote), all the rotated texts seems to disappear. # I wasn't able to find reference to this when searching, but maybe I failed in looking. # Here is my session info:> sessionInfo()R version 2.11.1 (2010-05-31) i386-pc-mingw32 locale: [1] LC_COLLATE=Hebrew_Israel.1255 LC_CTYPE=Hebrew_Israel.1255 LC_MONETARY=Hebrew_Israel.1255 LC_NUMERIC=C [5] LC_TIME=Hebrew_Israel.1255 attached base packages: [1] stats4 splines stats graphics grDevices utils datasets methods base other attached packages: [1] multcomp_1.1-6 coin_1.0-11 modeltools_0.2-16 mvtnorm_0.9-9 survival_2.35-8 reshape_0.8.3 monoProc_1.0-6 stringr_0.3 [9] R2PPT_1.0 rcom_2.2-1 rscproxy_1.3-1 rootSolve_1.5 plyr_1.2 zoo_1.6-2 colorspace_1.0-1 loaded via a namespace (and not attached): [1] grid_2.11.1 lattice_0.18-8 tools_2.11.1 Best, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- [[alternative HTML version deleted]]
Apparently Analagous Threads
- Getting htmlParse to work with Hebrew? (on windows)
- anova.rq {quantreg) - Why do different level of nesting changes the P values?!
- Failing to install {rggobi} on win-7 R 2.12.0
- checking Rd cross-references ... WARNING
- options(width=100) ignored on start-up: bug or feature?