The draw_all method of Colorbar was deprecated in matplotlib 3.6 and has since been removed. The deprecation note suggests replacing with figure.draw_without_rendering. This currently causes an error if you do a temperature/density plot with a recent version of matplotlib.
The
draw_all
method ofColorbar
was deprecated in matplotlib 3.6 and has since been removed. The deprecation note suggests replacing withfigure.draw_without_rendering
. This currently causes an error if you do a temperature/density plot with a recent version of matplotlib.