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
BUG: calculate colorbar boundaries correctly from values (#13114)
Closes#13098.
The unusual case of a call to colorbar with specified values
occurs in test_colorbar.py test_colorbar_closed_patch. The
effect of the bug there was to disable the ticks; but
evidently this was considered a feature, because the example
image was made with the bug in place, hence with no ticks on
the colorbars. Therefore I have modified the test code to
explicitly disable the ticks, so the test images don't have
to be changed.
0 commit comments