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

Remove .hold attribute to comply with new API Matplotlib 3.0.0 #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tbng
Copy link

@tbng tbng commented Oct 9, 2018

Running pypreprocess with default settings from my computer will now return the error:
AttributeError: 'AxesSubplot' object has no attribute 'add_axes'

This is due to the removal of hold attribute in Matplotlib 3.0.0. Matplotlib now always behaves as if hold=True. Details: https://matplotlib.org/api/api_changes.html#removals

@Hororohoruru
Copy link
Contributor

PR #319 should take care of this and keep support for older matplotlib versions

@thomasbazeille
Copy link

Can be closed thanks to PR#319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants