This function is used to get a axes object to manipulate plots on the figure This function is useful to create non-linear custom size plots on the figure ax1 = fig.add_subplot(gs[0, :]) ax2 = ...
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 ...