Replies: 3 comments 1 reply
-
Not exactly sure what the question is, but I fixed the |
Beta Was this translation helpful? Give feedback.
-
Thanks, it compiles with these changes. I want to use the Plot widget for 4 simple charts:
All these need filled shapes like rect, circle, path, and text, not only curves.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing me to https://github.com/EmbersArc/eplot. |
Beta Was this translation helpful? Give feedback.
-
Hello,
the Plot widget is nice.
I tried to add a Vec of filled Rect for a simple histogram.
However, simply adding
shapes: Vec to struct Plot fails
because '==' and '!=' cannot be applied to egui::Shape.
What is the recommended way?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions