Re: [Matplotlib-users] Custom pan button

2008-08-11 Thread Anthony Floyd
On Mon, Aug 11, 2008 at 1:31 PM, Jonathan Helmus <[EMAIL PROTECTED]> wrote: > [snip] > instance...> which I use to add lines, set limits, etc but it doesn't > have any of the pan functions (start_pan, end_pan, etc). > self.canvas.figure.get_axes() (which is what seems to be used in the > Navigati

Re: [Matplotlib-users] Custom pan button

2008-08-11 Thread Jonathan Helmus
Sorry folks, I found my own problem. Looks like the axes pan functions were a recent addition to matplotlib and the version I'm using, 0.91.2, doesn't have these. Time to bug the system admin to update to the 0.98 version. -Jonathan Helmus Jonathan Helmus wrote: > I have been working on a G