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
contourf: use np.inf instead of 1e300 for out-of-range color levels
Note that trying to simplify the code further by using np.inf a
few lines above, in self._levels, does not work; I'm not sure what
it breaks, but it definitely breaks something, probably in the
colorbar code.
0 commit comments