plotnine v0.15.7 Release Notes
Release Date: 2026-06-13 // 9 days ago-
๐ Bug Fixes
- Fixed the text line spacing in
theme_gray,theme_matplotlib,theme_seabornandtheme_voidso that it renders correctly with matplotlib 3.11. The 3.11 text overhaul changed how the line height is derived from the font, which threw off the previous numericlinespacingvalues.
- Fixed the text line spacing in
Previous changes from v0.15.6
-
๐ Bug Fixes
- ๐ Fixed
last_plot()so that it returns an independent, pristine snapshot of the plot. Previously the plot was stored as a shallow copy and building it mutated shared nested state (e.g. the theme), leavinglast_plot()referencing a half-built plot.
- ๐ Fixed