-
More named colors, including all HTML/CSS colors.
-
Support different color naming styles like
dark-gray
,darkgrey
,dark_grey
,DARKGRAY
, etc. -
Grayscale colors from
gray0
(black) togray100
(white). -
Geometries:
-
geom_sina()
[#1298].See: example notebook.
-
geom_text_repel()
andgeom_label_repel()
for avoiding text overlaps in plots [#1092].
See: example notebook.
-
-
Combining Discrete and Continuous Layers [#1279].
See: example notebook. -
waterfall_plot
- extra layers support [#1344].
See: example notebook. -
Time Series Plotting [#278], [discussion], [#678], [LPK-129]:
- Support for Python
time
anddate
objects. - Support for timezone-aware
datetime
objects and Pandas/PolarsSeries
.
- Support for Python
- [BREAKING] The
position_dodgev()
function and the'dodgev'
value for theposition
parameter are deprecated and will be removed in future releases. - [BREAKING] The y-oriented boxplot now use the aesthetics
xlower
/xmiddle
/xupper
instead oflower
/middle
/upper
. - Updated RGB values for
lightgray
andgreen
. To restore the previous colors, usegray75
andlime
, respectively. geom_violin
: tooltips are not shown in the centerline of the violin ifshow_half != 0
.geom_crossbar
: the midline is not shown in the legend whenfatten
is set to 0, or when there is no mapping for it.waterfall_plot
: the appearance of the legend has been improved.geom_pointrange
: the midpoint will not be drawn if the y aesthetic is set toNone
.geom_band
: thealpha
aesthetic only affects the inner part of the geometry, as ingeom_rect()
.geom_band
: show tooltip over the whole band, not just at the edges.
geom_boxplot
: unable to draw a y-oriented plot withstat='identity'
[#1319]- Can't add layer which uses continuous data to a plot where other layers use discrete input [#1323].
- Multiline legend labels are not vertically centered with their keys [#1331]
- Poor alignment in legend between columns [#1332]