[Matplotlib-users] exception in hit testing with log scale axes

2011-09-09 Thread Daniel Hyams
I was trying to implement something where the user could change the properties of an artist by right clicking on it...so I needed to find out what artists are under the cursor at the time of the click. It is possible that the method that I'm using isn't the recommended one; if not, I would

[Matplotlib-users] exception in hit testing with log scale axes [resend]

2011-09-09 Thread Daniel Hyams
[resend: apologies for the html mail]. I was trying to implement something where the user could change the properties of an artist by right clicking on it...so I needed to find out what artists are under the cursor at the time of the click.  It is possible that the method that I'm using isn't the