With v2.1.9 we add nan support for curved_quiver, and allow for using axes slicing to set titles.
Flexible title setting through axes slicing
We intend to enhance capabilities to offer strong and emphatic controls to the user. The format method gives a succinct localized entry point to format matplotlib axes. We extend the functionality that we added to colorbars and legend by now allowing titles to be spannend across subgroupings.
snippet
import ultraplot as uplt
fig, ax =uplt.subplots(ncols = 3, nrows = 2)
ax[0, :2].format(title = "Hello world!")
fig.show()What's Changed
- Bump the github-actions group with 2 updates by @dependabot[bot] in #671
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #674
- Feature: Add nan support for curved_quiver by @cvanelteren in #676
- Use format() for shared subplot slice titles by @cvanelteren in #652
- Fix: axes aspect shifting on pixel snapping after drawn by @cvanelteren in #680
- Fix regression of spanning colorbars by @cvanelteren in #681
Full Changelog: v2.1.5...v2.1.9
What's Changed
- Chore: redo zenodo sync by @cvanelteren in #685
Full Changelog: v2.1.8...v2.1.9