BasemapTutorial icon indicating copy to clipboard operation
BasemapTutorial copied to clipboard

Clarify input dimensions for pcolormesh in documentation

Open jkunimune opened this issue 1 year ago • 0 comments

The plotting data tutorial states that the x, y, and data inputs to pcolormesh should be of the same size, but that's not correct. As per the Basemap.pcolormesh docstring, x and y should have dimensions one greater than those of data; the code will still run if they have the same size but the last row and column get dropped.

jkunimune avatar Oct 01 '24 17:10 jkunimune