v4.1.0
[4.1.0] - 2022-09-30
Added
-
New theme:
themeBW().See: example notebook.
-
Color schemes (flavors) applicable to existing themes:
flavorDarcula()flavorSolarizedLight()flavorSolarizedDark()flavorHighContrastLight()flavorHighContrastDark()
See: example notebook.
-
Viridis color scales:
scaleColorViridis(),scaleFillViridis().See: example notebook.
-
New parameters in theme's
elementText():size, family
(example notebook)hjust, vjustfor plot title, subtitle, caption, legend and axis titles
(example notebook)marginfor plot title, subtitle, caption, axis titles and tick labels
(example notebook)
-
Parameter
whiskerWidthingeomBoxplot().See: example notebook.
-
New geometry
geomLabel().See: example notebook.
Changed
-
New tooltip style after applying
coordFlip()[#580].See: example notebook.
Fixed
- Density and area geoms: preserve the z-order when grouping [#552].
- Boxplot, violin, crossbar: position dodge width=0.95 should be used by default [#553].
- Unclear size unit of width [#589].
- No tooltips for
geomBoxplotwith zero height [#563]. geomText: wrong label alignment withhjust0 and 1 [#592].- Documentation for the
breaksparameter in scales [#507]