Re: [matplotlib-devel] set_aspect with shared axes

2009-01-22 Thread Eric Firing
Ryan May wrote: > Hi, > > Does anyone know why set_aspect('equal', 'box') isn't accepted on shared axes? > I'm trying to make the following type of scenario work: Ryan, Mark Bakker keeps asking about this, too. I have never been able to figure out an algorithm, consistent with the present mpl

[matplotlib-devel] set_aspect with shared axes

2009-01-22 Thread Ryan May
Hi, Does anyone know why set_aspect('equal', 'box') isn't accepted on shared axes? I'm trying to make the following type of scenario work: import numpy as np from matplotlib.pyplot import figure, show fig1 = figure() fig2 = figure() ax1 = fig1.add_subplot(1, 1, 1) ax1.set_aspect('equal', 'datal