Re: [Matplotlib-users] Transform problem with fixed aspect ratio

2010-03-04 Thread Jae-Joon Lee
With axes aspect_ratio set, the position of the axes is determined during the drawing time. And the position of the inset axes also need to be adjusted during the drawing time to incorporate this, One way to archive this is to set axes_locator attribute, which accept a callable object that returns

[Matplotlib-users] Transform problem with fixed aspect ratio

2010-03-04 Thread Mike Kay
Hi list - I've got a need to add several axes instances (e.g., barplots) to an existing figure. These additional axes need to be placed relative to data points on that plot. A problem occurs if the aspect ratio of the parent axes is set to a fixed value rather than using 'auto'. The attached scr