[Matplotlib-users] Funny basemap subplots zooming bug

2013-07-29 Thread K . -Michael Aye
I have creted two polar stereographic basemaps that look like this: http://imgur.com/ayqINQ6 But when zooming in, this happens: http://imgur.com/ca5OFgj I have confirmed that this happens only for the Basemap with round=True option. Michael -

[Matplotlib-users] way to copy an axes object into different figures

2013-07-29 Thread K . -Michael Aye
Hi! Is there a way to copy an axes object into different figures? The idea would be to first create a valuable plot, save it on its own into a file, and then add it to a subplots figure as part of an overview? I tried to play with this but can't make it to show up in an pylab session: plot(aran

Re: [Matplotlib-users] how to make mat.figure.Figure.add_axes generated axes adjustable with the interactive tool?

2013-07-29 Thread Sterling Smith
Chao, >From your description, it is clear that you are using a very customized >application of axes placement and design. The only method that I see for >replacing your current setup with Subplots (I use the upper case to denote the >instances of the class, which do respond to the left/right/w

[Matplotlib-users] RFE: dictionnary of figures

2013-07-29 Thread Frédéric Parrenin
Currently, one call figures with their number in matplotlib. If you have a code which draw a lot a different figures at different places with some of them being optional, this is not very convenient. One convenient way to call figure would be to use a dictionnary of figures. Of course I could crea