[Matplotlib-users] Axes position is changed during rendering

2009-07-17 Thread Andrei Kopats
Hello I have a little problem. On figure I have 2 Axes created by fig = plt.figure(figsize = (16, 10), facecolor='w') ax1 = fig.add_axes([0, 0, 1, 0.1]) ax2 = fig.add_axes([0.1, 0.19, 0.8, 0.72], autoscale_on=True) There are some text and images on it: ...

[Matplotlib-users] Axes position is changed during rendering

2009-07-17 Thread Andrei Kopats
Hello I have a little problem. On figure I have 2 Axes created by fig = plt.figure(figsize = (16, 10), facecolor='w') ax1 = fig.add_axes([0, 0, 1, 0.1]) ax2 = fig.add_axes([0.1, 0.19, 0.8, 0.72], autoscale_on=True) There are some text and images on it: ...

[Matplotlib-users] Axes position is changed during rendering

2009-07-17 Thread Andrei Kopats
Hello I have a little problem. On figure I have 2 Axes created by fig = plt.figure(figsize = (16, 10), facecolor='w') ax1 = fig.add_axes([0, 0, 1, 0.1]) ax2 = fig.add_axes([0.1, 0.19, 0.8, 0.72], autoscale_on=True) There are some text and images on it: ... drawing