-
Notifications
You must be signed in to change notification settings - Fork 10
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
BUG failing when running on matplotlib 3.8 #82
Labels
Comments
Matplotlib 3.8.0 updated the Tick object. Changing |
LSYS
added a commit
that referenced
this issue
Dec 14, 2023
Merged
LSYS
added a commit
that referenced
this issue
Dec 16, 2023
LSYS
added a commit
that referenced
this issue
Dec 16, 2023
* Troubleshooting workflow error (#87) Pytest showing nan==nan as error for py3.9 and py3.10. * Add branch to workflow (#88) * Testing make_multimodel_tableheaders (#88) * Add test_make_multimodel_tableheaders (#88) * Pleasing linters (#88) * Add docstring & test for (#88, #89) * Fix compatibility with newer mpl versions (#82) * Pleasing linters * Pleasing linters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your great work,
I tried running your code with the newest version of matplotlib (3.8) but unfortunately it fails.
Error from matplotlib:
*** AttributeError: 'YTick' object has no attribute 'label'
originating at
forsetplot/graph_utils.py
line:pad = max( T.label.get_window_extent(renderer=fig.canvas.get_renderer()).width for T in yax.majorTicks )
Downgrading to matplotlib 3.7.3 solves the issue
The text was updated successfully, but these errors were encountered: