Re: [Matplotlib-users] Scrollbars and subplots..

2007-03-29 Thread Ken McIvor
On Mar 29, 2007, at 2:49 PM, Iyer wrote: > > Thanks for your response, what I'm trying to find - is a way to > have the whole subplot stop displaying non-data related parts of > it, like when we use the back and forward arrows on the matplotlib > toolbar, the subplot goes off the boundaries a

Re: [Matplotlib-users] Scrollbars and subplots..

2007-03-29 Thread Ken McIvor
On Mar 29, 2007, at 10:55 AM, Iyer wrote: > > That's unfortunate that a subplot cannot be bounded within a > scrollbar.. I guess if it could be possible to turn a subplot into > a GUI widget and have GUI widgets over another GUI widget (the > frame), that'd be good... I think that wouldn't b

Re: [Matplotlib-users] Scrollbars and subplots..

2007-03-29 Thread Iyer
That's unfortunate that a subplot cannot be bounded within a scrollbar.. I guess if it could be possible to turn a subplot into a GUI widget and have GUI widgets over another GUI widget (the frame), that'd be good... I was wondering how we can differentiate between data on a subplot and the b

Re: [Matplotlib-users] Scrollbars and subplots..

2007-03-26 Thread John Hunter
On 3/26/07, lazardo <[EMAIL PROTECTED]> wrote: > > Thanks for your helpful response. > > I used wx, I'm mystified to as how to make the scroll bars bound the > subplot. not the frame. The gtk example you pointed me to creates horizontal > and vertical scrollbars around the whole frame, not within

Re: [Matplotlib-users] Scrollbars and subplots..

2007-03-26 Thread lazardo
Thanks for your helpful response. I used wx, I'm mystified to as how to make the scroll bars bound the subplot. not the frame. The gtk example you pointed me to creates horizontal and vertical scrollbars around the whole frame, not within the subplot. i.e., if the subplot is very large ,

[Matplotlib-users] Scrollbars and subplots..

2007-03-19 Thread lazardo
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