Skip to content

Conversation

@jkunimune
Copy link

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.

The 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.
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