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

Plot viewing procedures differ in the Download Antarctica datasets tutorial #199

Open
PennyHow opened this issue Apr 24, 2024 · 1 comment · May be fixed by #195
Open

Plot viewing procedures differ in the Download Antarctica datasets tutorial #199

PennyHow opened this issue Apr 24, 2024 · 1 comment · May be fixed by #195

Comments

@PennyHow
Copy link
Contributor

Description of the desired feature: The Download Antarctica datasets tutorial does not contain the same plotting procedure for viewing each of the generated figures (compared to the other tutorials). Shouldn't you need a figure priming function after maps.plot_grd(grid)? Perhaps something like this:

maps.plot_grd(grid)
fig = maps.plot_grd(grid)
fig.show()
@mdtanker
Copy link
Owner

Good catch. It seems Jupyter notebooks will automatically show the figure either way, but to be compatible with running from the terminal, I will add in your correction as part of #195.

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 a pull request may close this issue.

2 participants