-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use of deprecated function in center_colorbar
#314
Comments
Internally, the deprecated
|
lkluft
added a commit
to lkluft/typhon
that referenced
this issue
Mar 16, 2020
The function `set_colorbar_limits` allows the user to set the limits of the colorbar without affecting the limits of the normalization. This commit also fixes atmtools#314 (`center_colorbar`).
lkluft
added a commit
to lkluft/typhon
that referenced
this issue
Mar 16, 2020
The function `set_colorbar_limits` allows the user to set the limits of the colorbar without affecting the limits of the normalization. This commit also fixes atmtools#314 (`center_colorbar`).
simonpf
pushed a commit
to simonpf/typhon
that referenced
this issue
Sep 28, 2020
The function `set_colorbar_limits` allows the user to set the limits of the colorbar without affecting the limits of the normalization. This commit also fixes atmtools#314 (`center_colorbar`).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
The function
typhon.plots.center_colorbar
usesset_clim
, which is deprecated since Matplotlib 3.1 and will be removed in 3.3Code for reproduction
The following code triggers the deprecation warning.
Version information
The text was updated successfully, but these errors were encountered: