Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Deprecate toolbarqt4agg#2680
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
Added NavigationToolbar2QTAgg back with a deprecation warningAdded entry to api_changes.rst
@@ -168,5 +170,15 @@ def print_figure(self, *args, **kwargs): | |||
self.draw() | |||
class NavigationToolbar2QTAgg(NavigationToolbar2QT): | |||
def __init__(*args, **kwargs): | |||
warnings.warn('This class has been depreciated in 1.4 ' + |
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.
typo: should be "deprecated".
Looks fine apart from the trivial typo noted above. Thank you for cleaning up the mess I left. |
Sorry about the typo. I trust spell check too much some times. |
@efiring Want push the green button? |
house keeping from removing extra
*QTAgg
classes.