I have a PyQT4 GUI w/ embedded matplotlib that lets a user Add/Remove/Resize subplots and plot various items to them. Occasionally after a certain sequence of add/removes a line would be plotted on ...
Figure.subplots is a convenient method for creating a grid of subplots with shared axes, with the redundant tick labels and such automatically handled for you. It would be helpful if this method could ...