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