v4.4.3
[4.4.3] - 2023-09-15
Added
geomCount()
/statSum()
[#821].
See: example notebook.plotMessage
parameter intheme(...)
[#863].
See: example notebook.- KDocs for the stats.
Changed
-
If layer transparency is set via the alpha-channel in the colors RGBA specification and via the
alpha
aesthetic,
then thealpha
aesthetic overrides the alpha-channel in the color. Previousely it was the opposite. -
geomPie()
defaults:- "stroke" is visible and
strokeSide="both"
(wasstrokeSide="outer"
). - the "hole" is not created automatically when
strokeSide = "both"/"inner"
(was created automatically).
- "stroke" is visible and
-
geomBar()
now has solid outline color by default (was transparent). -
geomTile()
,geomBin2D()
now have solid outline color by default (was transparent).- however, by default the
size
is 0 (i.e. tiles outline initially is not visible).
- however, by default the
-
[DEPRECATED] Function
statCount2d
has been renamed tostatCount2D
. The old name is deprecated.