-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Removed the deprecated code from axis.py #26870
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
Conversation
Here is the release note from the deprecation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation build also says that doc/api/axis_api.rst
also contains some old references to these removed items.
``set_label1`` and ``set_label2`` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be more specific about location:
``set_label1`` and ``set_label2`` | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
``matplotlib.axis.Tick.set_label1`` and ``matplotlib.axis.Tick.set_label2`` | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also marking as request-changes so that this isn't merged before 3.9 is out.
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Hi @agautam478; 3.9 is branched now, so this can go in. Do you mind rebasing so that the CI results will be current? |
Thank you for your effort, however these changes got rolled into a larger deprecation commit in #28183, so closing now. |
PR summary
This PR removes the deprecated code during the version 3.8 from
lib/matplotlib/axis.py
which is a sub issue in the parent issues here: #26865PR checklist