Skip to content

v0.13.1

Choose a tag to compare

@braniii braniii released this 04 May 09:48
· 6 commits to main since this release
94c3b1a

API changes warning ⚠️:

  • Drop Python 3.9 together with mpl 3.3+3.4 due to EOL.
  • pplt.legend(outside!=False) now defaults to frameon=False and deduplicates identical entries. To restore the previous behavior, use pplt.legend(..., frameon=True, deduplicate=False).

Added Features and Improvements 🙌:

  • Added support for Python 3.14
  • pplt.legend now deduplicates identical entries by default. A new axs parameter (without using ax) enables figure-level legends aligned to the provided axes (e.g. pplt.legend(axs=axs, outside='top'/'right')).