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

Add LargeEnsemblePlotter #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add LargeEnsemblePlotter #608

wants to merge 1 commit into from

Conversation

pavlis
Copy link
Collaborator

@pavlis pavlis commented Jan 27, 2025

Adds a new superclass to SeismicPlotter to handle plotting large ensembles. If one tries to plot more than a hundred or so signals at once you get a mysterious blank screen as all the plots are less than or near the size of one pixel. To avoid that this superclass automatically plots ensembles in multiple windows.

I also did some housecleaning on the SeismcPlotter class code.

We do not have pytest functions for graphics.py but I did use this version to (a) run our basic graphics tutorial and (b) for debugging a timing issue on real data on the IU cluster. It was very very helpful for the later. I don't know how or if one could use pytest for a graphical module like this.

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.

1 participant