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

Pass tuple to figure size parameter #373

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

patkenneally
Copy link
Collaborator

@patkenneally patkenneally commented Jan 22, 2025

Description

Matplotlib 3.10 requires the figsize parameter of the figure() function to be strictly of type tuple. This PR changes locations which didn't pass a tuple.

Verification

All CI runs.

Documentation

None new, none invalidated.

Future work

None

@patkenneally patkenneally changed the title Construct a tuple from numpy array for figure size parameter Pass tuple to figure size parameter Jan 22, 2025
@patkenneally patkenneally merged commit 02f1842 into develop Jan 22, 2025
4 checks passed
@patkenneally patkenneally deleted the feature/figsize-must-be-tuple branch January 22, 2025 22:47
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.

2 participants