v4.3.0
[4.3.0] - 2023-03-09
Added
-
gggrid()
function (docs), as a replacement for earlier variant of gggrid().- plots inner area alignment in grid
- nested grids
- works well with
ggsize()
See: example notebook.
-
jointPlot()
.See: example notebook.
-
Axis
position
parameter in position scalesscaleX*(), scaleY*()
.See: example notebook.
-
Drawing quantile lines and filling quantile areas in
geomViolin()
andgeomDensity()
.See: example notebook.
-
angle
parameter inelementText()
intheme()
.See: example notebook.
-
Additional "color" aesthetics:
paint_a, paint_b, paint_c
.These aesthetics are flexible and can be used as either "color" or "fill" as needed.
See Multiple Color Scales demo.
Also added a set of related "color scale" functions with the "aesthetic" parameter for configuring of additional color scales.
See New "Scale" Functions demo.
-
density2d
anddensity2df
geometry types inresidualPlot()
.
Changed
-
[BREAKING]
geomViolin()
no longer supports parameterdrawQuantiles
. Use newquantileLines
andquantiles
parameters as needed. -
[BREAKING]
stack
andfill
position adjustments now stack objects on top of each other only if these objects belong to different groups.If necessary, use
mode="all"
inpositionStack()
orpositionFill()
to stack objects regardless of their group.See: example notebook.
-
[BREAKING] The deprecation level raised to "ERROR" for all API that was deprecated in v. 4.2.0 and earlier.
-
[DEPRECATED] The earlier variant of gggrid().
From now-on please use new variant added in this release: new gggrid().
-
Sampling: drastically increased default N for "pick sampling" and for other types of sampling [#687].
Fixed
- Tooltip does not reflect
..quantile..
aesthetic change [#658]. - 'map_join': variable is lost after "stat" [#664].
- Error when tooltip has variable mapped to aesthetic used by stat [#665].
- Groups not sorted similarly when
position='stack'
[#673]. - Area ridges: fill overlaps geometry borders when colors are repeated [#674].
- Sampling: increase the default N for "pick sampling" and for other types of sampling [#687].