I'm making many plots in a loop using the same Figure and Axes. The basic setup including a twin Axes is done once and the Axes are cleared at the end of the loop using cla(). Axes.cla() resets the ...
I have not been able to find a supported method for removing axis sharing that has already been established. At least, not without removing and re-creating the axis. In older versions of matplotlib, ...