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_seaborn and theme_void so 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 numeric linespacing values.

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), leaving last_plot() referencing a half-built plot.