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

Fix Mesh.imshow(ax=None), FieldContainer.imshow(ax=None) and SolidBody.imshow(ax=None) #613

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

adtzlr
Copy link
Owner

@adtzlr adtzlr commented Feb 13, 2024

because the newly ax=None-argument from v7.14 was inserted before *args.

fixes #614

@adtzlr adtzlr added the bug Something isn't working label Feb 13, 2024
@adtzlr adtzlr self-assigned this Feb 13, 2024
@adtzlr adtzlr merged commit 43be487 into main Feb 13, 2024
7 checks passed
@adtzlr adtzlr deleted the fix-imshow-ax branch February 13, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in imshow(*args, ax=None, **kwargs) for Mesh, FieldContainer and SolidBody
1 participant