Re: [Matplotlib-users] images layers

2007-10-04 Thread Jeff Whitaker
Lionel Roubeyrie wrote: > Hi Jeff, > I've saw that, but I have the smalls images coordinates in geographic system, > then I need to recompute their position everytime the user will change the > figure's aspect, ... Not very usefull. Is there a way to extend the missing > areas around each small i

Re: [Matplotlib-users] images layers

2007-10-04 Thread Lionel Roubeyrie
Hi Jeff, I've saw that, but I have the smalls images coordinates in geographic system, then I need to recompute their position everytime the user will change the figure's aspect, ... Not very usefull. Is there a way to extend the missing areas around each small image by a "transparent" value, and

Re: [Matplotlib-users] images layers

2007-10-04 Thread Jeff Whitaker
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 doe

[Matplotlib-users] images layers

2007-10-04 Thread Lionel Roubeyrie
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 --