Lionel Roubeyrie wrote:
> Hi all,
> I think it's a trivial question, but don't find a solution:
> Drawing an image with imshow (in fact basemap.imshow), I need to put others 
> images on it, but smallers, at specified locations.
> Is there a way to do so, I have tried with extent parameter, but doesn't do 
> what I expect?
> Thanks
>   
Lionel:  I think you'll need to add other axes to the figure, and then 
draw the image with axes.imshow.

See http://matplotlib.sourceforge.net/screenshots/axes_demo.py for an 
example of how to use inset axes.

-Jeff

-- 
Jeffrey S. Whitaker         Phone : (303)497-6313
NOAA/OAR/CDC  R/PSD1        FAX   : (303)497-6449
325 Broadway                Boulder, CO, USA 80305-3328


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to