v0.14.4
Bug Fixes
-
Fixed geom_text with adjust_text so that the the arrows are drawn at the same layer (zorder) as the text.
-
Fixed geom_text with adjust_text for some cases where the text are placed outside the panels. #899
-
The default aesthetics and aesthetic parameters of geoms (and stats) are now transformed. So you can now set date values as aesthetic parameters. e.g.
geom_point(y=datetime(2024, 12, 11))
if the y aesthetic is mapped to datetime column in another layer.
-
Fixed bug for matplotlib>3.10 where the
axis_ticks_length
for the x-axis had no effect.