|
From: Jae-Joon L. <lee...@gm...> - 2012-09-05 05:35:46
|
On Mon, Aug 20, 2012 at 10:50 PM, darkside <in....@gm...> wrote: > I am using zoomed_inset_axes, but the default position overlaps the yticks > and the parent axe ticks, so I am trying: > axins = zoomed_inset_axes(ax, > 3,bbox_to_anchor(0.5,1),bbox_transform=ax.figure.transFigure, loc=2) This is supposed to work, and my quick test did work. Can you post a complete but simple exampl? Regards, -JJ |