Fixes
Account for matplotlib v3.3 deprecation, matplotlib v3.5 removal: can no longer pass vmin
, vmax
, and norm
to ScalarMappables
. This was deprecated due to the ambiguity which vmin
/vmax
(the kwargs or the ones carried
by the norm
) should be used.