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

matplotlib v3.3.0 deprecations #218

Closed
prisae opened this issue Aug 19, 2020 · 2 comments
Closed

matplotlib v3.3.0 deprecations #218

prisae opened this issue Aug 19, 2020 · 2 comments

Comments

@prisae
Copy link
Member

prisae commented Aug 19, 2020

Matplotlib v3.3.0 introduced many new features and deprecations, which will fail two minor versions later, see

Several of these affect discretize (mainly View.py), and we have to take care of them sooner or later (currently they just generate a lot of warnings for users on matplotlib v3.3.0, but no errors). Amongst others:

This list is likely to grow, I seem to stumble upon new warnings and errors frequently since I updated. I think the following does not affect discretize though:

  • For symlog-scales, the keywords linthreshx and linthreshy have both be renamed to linthresh.
  • set_xticks(x) and set_xticklabels(labels): if x and labels have different dimensions it was ignored silently until now, but now it raises a ValueError.
@prisae
Copy link
Member Author

prisae commented Aug 19, 2020

Related to #215 and #217

@prisae prisae mentioned this issue Sep 25, 2020
@prisae
Copy link
Member Author

prisae commented Mar 20, 2021

I think you fixed these all (in #227 mostly, maybe in others too), right @jcapriot? I am closing this, please re-open if I am wrong.

@prisae prisae closed this as completed Mar 20, 2021
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

No branches or pull requests

1 participant