Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Remove several more deprecations#18753
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -57,8 +57,7 @@ The following API elements have been removed: | |||
instead) | |||
- ``axisartist.axes_divider.Axes``, ``axisartist.axes_divider.LocatableAxes`` | |||
(use ``axisartist.axislines.Axes`` instead) | |||
- the ``normed`` kwarg to ``hist`` (use ``density`` instead) | |||
- the ``verts`` parameter to ``scatter`` (use ``marker`` instead) |
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.
Note, this was incorrectly documented as removed, but it was only deprecated.
4bde473
toc1f5a3a
Compareed9bd5b
to8b8f446
Compare@QuLogic I've done a rebase herehttps://github.com/timhoffm/matplotlib/tree/remove-deprecations. It's only trivial stuff, but I don't want to force push over your commits. |
8b8f446
tob1100ab
Compare
PR Summary
Deprecated in 3.2 or earlier, so removal will be in 3.4.
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
andpydocstyle<4
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).