-
Notifications
You must be signed in to change notification settings - Fork 38
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
Allow borrowing plot points via PlotPoints::Borrowed
#64
Conversation
@emilk maybe include this in egui_plot 0.31.0 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I wonder if we still need the owned variant at all?
hmm maybe not - might lead to a new issue for the next release? |
Yeah, definitely not for this release, but might be worth another look in the future |
PlotPoints::Borrowed
@bircni thanks for the continuation :D |
As #35 seems to be inactive
I fixed the remaining issues
PlotPoints::Borrowed
#35