|
How can I change query behaviour? I want a query that is:
Should I write a custom element, or modify existing query? |
Answered by
epezent
Mar 24, 2021
Replies: 2 comments
|
I think this is doable if there were |
0 replies
|
@sairus7 , I have added a |
0 replies
Answer selected by
epezent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sairus7 , I have added a
SetPlotQueryfor you. Please see the latest master. I'm not sure if this alone will enable the behavior you want, so let me know how it goes. For reference, there are a few other Issues looking for a way to hook into or intervene with ImPlot's input handling (#192, #165). I'm hoping we can do this in a way that facilitates custom plot tools like yours. This will hopefully be worked on soon.