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

ModuleNotFoundError: No module named 'matplotlib.axes._subplots' #59

Closed
hackerzone85 opened this issue Feb 25, 2023 · 2 comments
Closed

Comments

@hackerzone85
Copy link

(biotite) ddalab@DP7820-WS:Analysis$ python -c 'import pylustrator'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/ddalab/anaconda3/envs/biotite/lib/python3.11/site-packages/pylustrator/__init__.py", line 22, in <module>
    from .QtGuiDrag import initialize as start
  File "/home/ddalab/anaconda3/envs/biotite/lib/python3.11/site-packages/pylustrator/QtGuiDrag.py", line 33, in <module>
    from .ax_rasterisation import rasterizeAxes, restoreAxes
  File "/home/ddalab/anaconda3/envs/biotite/lib/python3.11/site-packages/pylustrator/ax_rasterisation.py", line 24, in <module>
    from matplotlib.axes._subplots import Axes
ModuleNotFoundError: No module named 'matplotlib.axes._subplots'
@rgerum
Copy link
Owner

rgerum commented Feb 25, 2023

which matplotlib version are you using?

@rgerum
Copy link
Owner

rgerum commented Feb 27, 2023

ok it appears to have been introduced in matplotlib version 3.6.0

@rgerum rgerum closed this as completed in 6d01e9b Feb 27, 2023
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

No branches or pull requests

2 participants