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 Deprecation in patches.py #26875

Closed

Conversation

gaurichaudhari9
Copy link
Contributor

PR summary

This pr targets and attempts to remove the deprecation in 3.7 found in lib/matplotlib/patches.py
The deprecated items marked with @_api.deprecated("3.7") are removed.

PR checklist

@gaurichaudhari9 gaurichaudhari9 changed the title Gauri fix patch Fix Deprecation in patches.py Sep 22, 2023
@@ -0,0 +1,3 @@
class SimpleEvent
Copy link
Member

Choose a reason for hiding this comment

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

Should be explicit about the path to the class:

Suggested change
class SimpleEvent
``matplotlib.patches.ConnectionStyle._Base.SimpleEvent``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@QuLogic
Copy link
Member

QuLogic commented Oct 11, 2023

Replaced by #26890.

@QuLogic QuLogic closed this Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants