Point values and manipulation in egui::plot::Points #856
Unanswered
AlbinSjoegren
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Being able to manipulate plot items from within a plot is actively being worked on in #766 and #734 by @EmbersArc |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I am making a system where the user is given some points that I want them to be able to move around. I then want to take the x and y values of all of these points and put them into matrices. I am then going to take these points and do some math with them (derivation, integration, and least square method) and return some constants for a 4th level polynomial. I then want to display all these points and that function on a 2D graph.
Excluding the math stuff, this is the egui code I have so far. The problems I have are point manipulation and getting the x and y values to send to my math function.
Thanks in advance!
/Albin Sjögren
Beta Was this translation helpful? Give feedback.
All reactions