Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-19 Thread John Hunter
On 6/14/07, Stephen George [EMAIL PROTECTED] wrote: This is absolutely fantastic, does everything I want, 1/2 hr after getting to work, I had it up and running in my application. I do have a question though. I had not seen mention of SpanSelector before in documentation. And I do feel

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread brett . mcsweeney
(plotted on sub-graphs). Stephen George [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 14/06/2007 03:52 PM To matplotlib Matplotlib-users@lists.sourceforge.net cc Subject [Matplotlib-users] get_xlim() - where am I going wrong Hi, I have 2 graphs on one figure. Graph one - subplot(2,1,1

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread John Hunter
On 6/14/07, Stephen George [EMAIL PROTECTED] wrote: So my questions. 1) Is there a way to get the indexes (not the values) of the portion of the line actually showing on screen 2) Is there a way to get a copy of the portion of the data displayed on screen (in a new array) ? 3) Is there a better

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread steve george
WOW - I delayed my bed time when I saw this come in. It certainly seems to do what I want in your example. Tomorrow at work I'll try and fit it into my frame work, and see what happens. Thanks a lot, Steve John Hunter wrote: On 6/14/07, Stephen George [EMAIL PROTECTED] wrote: So my

Re: [Matplotlib-users] get_xlim() - where am I going wrong

2007-06-14 Thread John Hunter
On 6/14/07, steve george [EMAIL PROTECTED] wrote: WOW - I delayed my bed time when I saw this come in. It certainly seems to do what I want in your example. Tomorrow at work I'll try and fit it into my frame work, and see what happens. Try setting the useblit=True parameter in the