Traceback (most recent call last):
File "/home/esheldon/miniforge3/envs/test/lib/python3.12/site-packages/matplotlib/cbook.py", line 298, in process
func(*args, **kwargs)
File "/home/esheldon/miniforge3/envs/test/lib/python3.12/site-packages/skyproj/_skyproj.py", line 869, in _change_axis
mappable = ScalarMappable(map_norm, cmap=self._redraw_dict['colorbar'].cmap)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'cmap'
Adding a colorbar and then using the zoom feature gives an error
Example