v4.4.0
[4.4.0] - 2023-05-10
Added
-
geomLollipop()
.See: example notebook.
-
Aesthetic
stroke
and its scalesscaleStroke()
,scaleStrokeIdentity()
.See: example notebook.
-
Aesthetic
linewidth
(forgeomLollipop()
) and its scalesscaleLinewidth()
,scaleLinewidthIdentity()
.See: example notebook.
-
The 'newline' character (
\n
) now works asline break
in legend text.See: example notebook.
-
Horizontal error bars and vertical "dodge".
See: example notebook.
-
"Colorbar" in
geom_imshow()
. Parametersshow_legend
andcolor_by
[#717].
Changed
-
[BREAKING]
geomDotplot()
andgeomYDotplot()
no longer support parameterstat
. -
[BREAKING] Identity scales don't create a legend by default.
Fixed
- Support multiple subdirectories in
ggsave
path [contribution by David Phillips]. scaleXDiscrete
doesn't make scale discrete [#165].- Batik:
geom_imshow()
fail with an error: "The attribute "xlink:href" of the elementis required"
- Batik: bug with usage of "&" [#713].
- Categorical ordering, it's not respected for Boxplot and violin
plot [#746]. - Groups not sorted similarly when using facets [#679].
- HTML export: exclude computation messages from the output [#725].
- Image export not working with
geom_imshow()
andgeom_raster()
[LPK-175]. geom_segment()
doesn't take into account the alpha [#748].geom_density2d
: Internal error with None values in data [#702].- DateTime metadata is not applied for scales other than
X/Y [LPK-174]. - Quantile should be shown in tooltip if the variable
..quantile..
is mapped to geom aesthetic. - Bad default formatting for stat variables [#654].
- The scale name does not apply with
as_discrete()
[#653]. - Tooltip is not shown when configured for 'const' value [#610].
- Fix crash when try to add a constant to a tooltip (e.g.
"^size"
, wheresize
aesthetic is specified with a number). - "Variable not found" error in
ggmarginal
[#681]. facet_grid
: Internal error [#699].- Tooltips bug [LPK-176].