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, vjust
for plot title, subtitle, caption, legend and axis titles
(example notebook)margin
for plot title, subtitle, caption, axis titles and tick labels
(example notebook)
-
Parameter
whiskerWidth
ingeomBoxplot()
.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
geomBoxplot
with zero height [#563]. geomText
: wrong label alignment withhjust
0 and 1 [#592].- Documentation for the
breaks
parameter in scales [#507]