Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

artists colormaps: new normalizations #1062

Open
ddkohler opened this issue Apr 16, 2022 · 1 comment
Open

artists colormaps: new normalizations #1062

ddkohler opened this issue Apr 16, 2022 · 1 comment

Comments

@ddkohler
Copy link
Contributor

Matplotlib now has good support for colormap normalization strategies that we have implemented internally (e.g. through dynamic range).

https://matplotlib.org/stable/tutorials/colors/colormapnorms.html

One minor benefit is that this would make behind-the-scenes code simpler (e.g. artists.base._parse_plot_args), but it should also make it easy for other normalizations that we have been wanting (e.g. TwoSlopeNorm).

@ddkohler
Copy link
Contributor Author

This issue is related to #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant