[Matplotlib-users] embedding figures inside another (coordinates)

2009-04-01 Thread oyarsa the old
Hello, I am new to matplotlib and pylab. I have an image plotted with imshow/contour, or even just a coordinate system plotted with axis. I need to plot smaller contours/images on them at selected pixels. The only way I can figure how to do that is using axes. However, axes is defined on normalis

Re: [Matplotlib-users] embedding figures inside another (coordinates)

2009-04-02 Thread oyarsa the old
0, 1, 1]) > ip = InsetPosition(ax, [0.5, 0.1, 0.4, 0.2]) > axins.set_axes_locator(ip) > > > IHTH, > > -JJ > > > > > On Wed, Apr 1, 2009 at 8:22 AM, oyarsa the old wrote: > > Hello, > > > > I am new to matplotlib and pylab. > > I have a