You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUGS: in colorbar: divide-by-zero, and undesired masked array
Closes#8534 (divide-by-zero warning).
Also fixes a bug that became evident with #8801, which causes
pcolormesh to fail if X or Y is a masked array. Although masked
arrays are not supported by pcolormesh, previously it would ignore
the mask. Locators always return masked arrays, so the present
commit explicitly converts to an ndarray the Locator output used
by proportional colorbars.
0 commit comments