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

Plotting in cells after TopoEditor also plots in the TopoEditor #6

Open
manishvenu opened this issue Mar 12, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@manishvenu
Copy link
Collaborator

Plotting in cells after TopoEditor also plots in the TopoEditor.

Workaround: Run plt.close() in the cell before you start your plot.

@manishvenu manishvenu added the bug Something isn't working label Mar 12, 2025
@AidanJanney
Copy link

I don't know if this is helpful, but another workaround I found was

%matplotlib inline
plt.clf()
plt.figure()
topo.depth.plot()

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

No branches or pull requests

2 participants