I need to clarify. This part of example(dotchart) does not show group labels in my case:
=== dotchart(VADeaths, main = "Death Rates in Virginia - 1940") === My session is === > sessionInfo() R version 4.0.2 (2020-06-22) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 16.04.6 LTS Matrix products: default BLAS: /usr/lib/libblas/libblas.so.3.6.0 LAPACK: /usr/lib/lapack/liblapack.so.3.6.0 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] colorout_1.2-2 loaded via a namespace (and not attached): [1] compiler_4.0.2 tools_4.0.2 === Alexey Shipunov чт, 2 июл. 2020 г. в 08:18, Rolf Turner <r.tur...@auckland.ac.nz>: > > > On 2/07/20 2:58 am, Alexey Shipunov wrote: > > > Dear colleagues, > > > > There is a new problem with dotchart(), and it is very simple to reproduce. > > > > Just run example(dotchart). > > > > On R versions < 4, group labels ("Urban Female" and so on) were > > visible. Now they are not visible. > > I just tried example(dotchart) and the results look fine to me. In > particular the group labels are definitely visible. My session info > follows. > > >> sessionInfo() > > R version 4.0.2 (2020-06-22) > > Platform: x86_64-pc-linux-gnu (64-bit) > > Running under: Ubuntu 18.04.4 LTS > > > > Matrix products: default > > BLAS: /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3.10.3 > > LAPACK: /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3.10.3 > > > > Random number generation: > > RNG: Mersenne-Twister > > Normal: Inversion > > Sample: Rounding > > > > locale: > > [1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C > > [3] LC_TIME=en_NZ.UTF-8 LC_COLLATE=en_GB.UTF-8 > > [5] LC_MONETARY=en_NZ.UTF-8 LC_MESSAGES=en_GB.UTF-8 > > [7] LC_PAPER=en_NZ.UTF-8 LC_NAME=C > > [9] LC_ADDRESS=C LC_TELEPHONE=C > > [11] LC_MEASUREMENT=en_NZ.UTF-8 LC_IDENTIFICATION=C > > > > attached base packages: > > [1] stats graphics grDevices utils datasets methods base > > > > other attached packages: > > [1] brev_0.0-4 > > > > loaded via a namespace (and not attached): > > [1] compiler_4.0.2 tools_4.0.2 > > <SNIP> > > cheers, > > Rolf Turner > > -- > Honorary Research Fellow > Department of Statistics > University of Auckland > Phone: +64-9-373-7599 ext. 88276 ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.