X Tutup
Skip to content

No need to sanitize extrema in Colorizer.set_clim#30470

Merged
QuLogic merged 1 commit intomatplotlib:mainfrom
trygvrad:clean_colorizer_vmin
Aug 26, 2025
Merged

No need to sanitize extrema in Colorizer.set_clim#30470
QuLogic merged 1 commit intomatplotlib:mainfrom
trygvrad:clean_colorizer_vmin

Conversation

@trygvrad
Copy link
Copy Markdown
Contributor

The @vmin.setter in Normalize (and its subclasses) call colors._sanitize_extrema(), so there is no reason to also do so in Colorizer.

This PR is intended to slightly clean the code before it is modified as the inclusion of MultiNorm #29876 and related PRs is propagated to the Colorizer in a future PR.

the @vmin.setter in Normalize (and its subclasses) call _sanitize_extrema(), so there is no reason to also do so in colorizer
@QuLogic QuLogic added this to the v3.11.0 milestone Aug 26, 2025
@QuLogic QuLogic merged commit 32e3018 into matplotlib:main Aug 26, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup