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 ...
shared_axes and aspect=1 does not play along well . If both parameters are set, matplotlib changes the adjustable parameter to "datalim" (default is "box"). And when the aspect is applied during the ...