Re: [Matplotlib-users] Double Zoom in WXAgg backend

2009-07-09 Thread Jervis Whitley
Mike, Thanks for your help! Cheers, Jervis > -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App

Re: [Matplotlib-users] Double Zoom in WXAgg backend

2009-07-09 Thread Michael Droettboom
In your example, you are adding the axes to the figure twice: axes = self.figure.add_subplot(1, 1, 1) self.figure.add_axes(axes) add_subplot both creates and adds the axes to the figure, so it is unnecessary to later add it. add_axes is intended for axes that have been created

[Matplotlib-users] Double Zoom in WXAgg backend

2009-07-09 Thread Jervis Whitley
Hi, Could anyone help me with the following problem I am having. http://dpaste.com/64913/ The code listed above should be enough to reproduce the problem. I on using the zoom function from the toolbar, I find that the figure limits are set to a smaller size than the zoom i selected - a kind of