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
normalised coordinates which cover the entire window, whereas the axis of
the main figure is drawn within it, with some margin.

My problem is how to get the correct coordinates for plotting each of the
smaller figures ? The easiest way to do so would be to get the normalised
coordinates of the rectangle which is drawn by axis. Is there a way to get
that?

Thanks
Mohan.
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to