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
FIX: Create a new ScalarMappable for axes_grid test
There is some shared state when adding colorbars to the axes_grid
test here due to competing calls with colorbar.update_normal. To
avoid that, we create a new ScalarMappable instance that creates
a new norm that doesn't share state.
0 commit comments