Picker line selection after axes scale change.. possible bug?

If I do some 2D line plots, I can activate the picker event on each line… but if I change the scale of the axes using axes.set_xscale(‘log’) / axes.set_yscale(‘log’) and then try to pick the lines, nothing happens. I can’t select them on the plot with the log scales, but if I click in the area where they used to be on the linear scale the picker event is triggered correctly…

I guess this is a bug?

Cheers,
Soren