theme_bw() [#554].See: example notebook.
flavor_darcula()flavor_solarized_light()flavor_solarized_dark()flavor_high_contrast_light()flavor_high_contrast_dark()See: example notebook.
scale_color_viridis(), scale_fill_viridis().See: example notebook.
🆕 New parameters in element_text() [#562]:
size, family
(example notebook)hjust, vjust for plot title, subtitle, caption, legend and axis titles
(example notebook)margin for plot title, subtitle, caption, axis titles and tick labels
(example notebook)The 'newline' character (\n) now works as line break in axis title.
See: example notebook.
whisker_width in geom_boxplot() [#549].See: example notebook.
geom_label() [#557].See: example notebook.
Auto-detection of Databricks and NextJournal environments [#602].
🐧 Python wheels for manylinux arm64 architecture [#581].
coord_flip() [#580].See: example notebook.
hjust 0 and 1 [#592].breaks parameter in scales [#507].