joders
joders
This also fixes #653
to test: ``` from bqplot import * xs=LinearScale(min=0,max=1) ys=LinearScale(min=0,max=1) xa=Axis(scale=xs) ya=Axis(scale=ys,orientation='vertical') mark=Scatter(scales={'x':xs,'y':ys},interactions={'click':''}) #
> Should we not enhance the current `on_background_click` with the coordinates instead of adding a new Python method? I did have a look at that but as far as I...
Hello, I currently don't understand the architecture well enough to answer this and forgot quite a few things in the last months. I thought you can have multiple axes in...
had the same problem. turns out you need to call disconnect from outside the handler to avoid the error. that is in many cases very inconvenient. I ended up creating...