geom_text(), geom_label():
See: example notebook.
vjust parameter in position_stack() and position_fill() [#323].See: example notebook.
use_crs parameter in geom_map() and other geoms, working with GeoDataFrameSee: example notebook.
geom_imshow() (former geom_image()):
extent parameterSee: example notebook.
vmin, vmax, cmap parametersSee: example notebook.
image_matrix():
vmin, vmax, cmap parametersSee: example notebook.
geom_image() renamed to geom_imshow()See updated examples: image 101, Fisher's boat.
0️⃣ geom_boxplot(): default value for parameter whisker_width is 0.5.
⬆️ Upgraded Kotlin version to 1.7.20 (was 1.6.21).
geom_livemap(): add support of geom_label parameters [#601].norm in geom_imshow().-, /, \ or | present.geom_livemap() doesn't load vector tiles inside iframe with certain security policies.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].