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

FIX: account for mpl3.3 deprecation, mpl3.5 removal #98

Merged
merged 1 commit into from
Jan 15, 2022

Conversation

tacaswell
Copy link
Member

Can no longer pass vmin, vmax, and norm to ScalarMappables. This was
deprecated due to the ambiguity which vmin/vmax (the kwargs or the ones carried
by the norm) should be used.

Can no longer pass vmin, vmax, and norm to ScalarMappables.  This was
deprecated due to the ambiguity which vmin/vmax (the kwargs or the ones carried
by the norm) should be used.
Copy link
Member

@mrakitin mrakitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for the quick fix, @tacaswell!

Suggested to align the pseudo-diagram in the comment, but that's not important.

@@ -329,7 +333,7 @@ def __init__(self, fig, cmap=None, norm=None,
# Configure the figure in our own image
#
# +----------------------+
# | H cross section |
# | H cross section |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to shift the borders above and below that too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This replaced a tab with spaces, should all be aligned now.

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

Successfully merging this pull request may close these issues.

2 participants