Re: [Matplotlib-users] waiting on a point

2006-09-19 Thread Ken McIvor
On 09/19/06 15:22, John Hunter wrote: >>"Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes: > > Kenny> I'm writing a program with a graph. You have to select > Kenny> segments of the graph, which requires 2 points. > > Kenny> working with widgets is new to me and im used to working >

Re: [Matplotlib-users] waiting on a point

2006-09-19 Thread John Hunter
> "Kenny" == Kenny Ortmann <[EMAIL PROTECTED]> writes: Kenny> I'm writing a program with a graph. You have to select Kenny> segments of the graph, which requires 2 points. Kenny> working with widgets is new to me and im used to working Kenny> with while loops and what not. I

[Matplotlib-users] waiting on a point

2006-09-19 Thread Kenny Ortmann
I'm writing a program with a graph. You have to select segments of the graph, which requires 2 points. is there a way to write this with a while loop, where while(morepoints == "yes") { while(waiting on point 1) { check if point 1 is a good point if point 1 is good