Cleaned up the span_where class method from Polycollections. - #26874
Conversation
There was a problem hiding this comment.
Were these changes intentional?
There was a problem hiding this comment.
The pep8 linter fixed the sapcings.
|
Linting shows that there is a little more fallout from this removal:
|
|
Sorry, there is one more remaining instance in the docs at |
|
yayy! finally the build passed. 👯 |
| Added the ``get_size`` and ``set_size`` functions to control the size of | ||
| elements of specialized collections ( | ||
| :class:`~matplotlib.collections.AsteriskPolygonCollection` | ||
| :class:`~matplotlib.collections.BrokenBarHCollection` |
There was a problem hiding this comment.
This shouldn't be removed from old docs, even though it doesn't exist any more, because it's a historical reflection of "what's new in 1.4". Mark it as code style instead:
QuLogic
left a comment
There was a problem hiding this comment.
If you are comfortable rebasing and squashing this down to one commit, please do so. Otherwise, I suggest the person who merges do so.

PR summary
This PR removes the deprecated code during the version 3.7 from lib/matplotlib/collection.py which is a sub issue in the parent issues here: #26865
PR checklist