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

When plotting multiple topographies, the contour lines seem to be drawn independently for each topo #142

Open
mmagnuski opened this issue Feb 19, 2025 · 0 comments

Comments

@mmagnuski
Copy link
Owner

When plotting multiple topographies, the contour lines seem to be drawn independently for each topo. This is not necessarily a bug, but it may be unexpected - different contour levels per topo can be misleading. vmin and vmax are set identically for all topos, so the same could be done for contours.

[i will try to add a reproducible example later]

times = np.arange(0.35, 0.8, step=0.025)
clst.plot(picks=[0, 1, 2], time=times)
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

No branches or pull requests

1 participant