No pcolormesh referenced
Author: jklymakCreated Mar 14, 2021Updated Mar 19, 2021
Folks should be using`pcolormesh` in general rather than `imshow` - imshow really only works for equally spaced pixels, and there is lots of data that is not laid out that way. However the cheatsheet doesn't mention `pcolormesh`.
Source: matplotlib/cheatsheets