odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
374 stars 105 forks source link

Compatibility with matplotlib-3.8. #1638

Closed leftaroundabout closed 9 months ago

leftaroundabout commented 9 months ago

The update methods for colorbars have been removed in favour of more global updates.

Applying the change to the clims simply on the csub was suggested by paulhausner in https://github.com/odlgroup/odl/pull/1635 and seems to work fine.

Actually updating the drawing of the colorbar (specifically, the ticks on it) did not work with the fix suggested in the Matplotlib documentation, but canvas.draw_idle() does seem to have the intended effect.

Fixes https://github.com/odlgroup/odl/issues/1636.