Re: [Matplotlib-users] Scrollbars and subplots..
self.scroll.SetScrollbars(5,5,600,400) #self.scroll.FitInside() if __name__ == '__main__': app = wx.PySimpleApp() frame = ScrollbarFrame() frame.Show() app.MainLoop() Thanks, iyer John Hunter <[EMAIL PROTECTED]> wrote: On 3
[Matplotlib-users] Scrollbars and subplots..
I'm curious .. how can we include a scrollbar with a subplot, instead of the back and front arrows to view the subplot. Googling matplotlib+scrollbar+subplot brings up a very few results, so I guess it hasn't been attempted before. Any ideas ? Thanx. iyer