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

2009-04-02 Thread John Hunter
On Thu, Apr 2, 2009 at 6:47 AM, oyarsa the old wrote: > Hi, > > Thanks for your reply ! The thread you pointed me to, was useful, though I > didnt uderstand everything in it yet. > However, I found that the following works for what I want ... though it does > what I want, am I making some horrible

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

2009-04-02 Thread oyarsa the old
Hi, Thanks for your reply ! The thread you pointed me to, was useful, though I didnt uderstand everything in it yet. However, I found that the following works for what I want ... though it does what I want, am I making some horrible mistake which will come around and haunt me later ? plsub = subp

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

2009-04-01 Thread Jae-Joon Lee
This thread might be helpful. http://thread.gmane.org/gmane.comp.python.matplotlib.general/16373 Take a look at the above thread and see if it fits your need. However, it became tricky if your axes adjust its position (e.g., aspect=1) during the drawing time. The example below will be helpful in

[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