polartoolkit icon indicating copy to clipboard operation
polartoolkit copied to clipboard

Plot viewing procedures differ in the Download Antarctica datasets tutorial

Open PennyHow opened this issue 9 months ago • 1 comments

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()

PennyHow avatar Apr 24 '24 12:04 PennyHow