Added a Parameter interpolate_pickpos#19
Conversation
line_props is now line_props_interpolated as it interpolates values between original values. The simple way to get original plot values is now line_props
added a parameter to select if the pick info in 2D plots is interpolated or not.
python 3 support
python 3 support
python 3 support
Get nearest click point with line_props
interpolate_pickpos standard is false not true
|
@joferkington, could you please have a look at this? Can this be un-bitrotted and merged? Or should the "python 3 support" commits be removed? |
|
@jondo - The python3 related commits were merged in a separate pull request by @sapus well before this pull request (e.g. c0e1950 ) Note that there were a couple of lingering unicode differences with python3 that I missed up until #25 (i.e. the git HEAD has these fixes but the current release version doesn't). I've left this pull request open as a reminder to myself to implement an option not to follow the line of a In the meantime, here's a workaround if you want to snap to only verticies of a Line2D and not the line itself (note that you can also accomplish this through the |
|
@joferkington - I understand. Nice workaround, I'll try that! |
|
how to capture the max value aroud the cursor , just like interactive annotation in matlab . how to use props_override, i am confused, thank you . |
I wannted to have a simple way to look at original plotted data without any interpolation. I think this is a "should have" for a data cursor.