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: make sure every plot can be called without ax paramaters #365

Merged
merged 5 commits into from
Oct 28, 2024
Merged

Conversation

12rambau
Copy link
Member

@12rambau 12rambau commented Oct 27, 2024

Fix #345

al the plotting mthod will now return a ax object.
I know there is a trick to make sure the plot don't get duplicated and it seems the following statement is sufficient:

ax.figure.canvas.draw_idle()

I will wait for feedback before touching it again.

@12rambau 12rambau marked this pull request as draft October 27, 2024 13:38
@12rambau 12rambau marked this pull request as ready for review October 28, 2024 13:36
@12rambau 12rambau merged commit 1273b71 into main Oct 28, 2024
10 checks passed
@12rambau 12rambau deleted the ax branch October 28, 2024 16:25
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.

make sure plotting function can be called without setting a subplots
1 participant