Draw a line to connect points between subfigures
With matplotlib’s new subfigure – not subplot – but subfigure feature. I would like to draw a line between two subfigures. From my experimentation, I don’t believe connection patch (which works for subplots) works with this. Does anyone know if it possible? >Solution : You can still use ConnectionPatch with subfigures. Here is an example… Read More Draw a line to connect points between subfigures