-
Notifications
You must be signed in to change notification settings - Fork 32
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
Progress bar for animate.vertical_section*
#195
Comments
I think I know what the problem was. This can be fixed if I call a
doesn't give the same output. You simply get a single progress bar.
|
Good catch! I guess we could try to initialize the figure in animate if it isn't already. if not plt.get_fignums():
plt.figure() |
@asiddi24, please investigate and fix if necessary. |
I am still trying to figure out if this is an issue. That is, if after all this time, whether this remains an issue. I ran the following cell within Kogur.ipynb: anim = od_surv.animate.vertical_section(
varName="ort_Vel",
contourName="Sigma0",
robust=True,
cmap="coolwarm",
display=True,
) about 10 times. I also change the variable being plotted (tried |
Some updates: it did run, but it was very very slow. Also, I didn't see any progressbar |
OceanSpy version: v0.2.0
Description
I was trying to animate a vertical section on the ECCO dataset with the function
animate.vertical_section
. It works fine, except that the output in the jupyter notebook shows a new progress bar for each percentage increment. This is mostly a cosmetic issue for theanimate
function. The reason I opened this issue is that this does not happen every time I run theanimate
function.What I Did
The text was updated successfully, but these errors were encountered: