-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a Parameter interpolate_pickpos #19
base: master
Are you sure you want to change the base?
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.