egui/crates/egui_plot/src
dwuertz 0299663cdd
Expose `PlotGeometry` in public API (#4193)
Expose `egui_plot::items::values::PlotGeometry` in public API so that
`PlotItem`, which is already public, can actually be implemented by
applications. Fixes #3464.

---------

Co-authored-by: Dominique Würtz <dom@blaukraut.info>
2024-03-21 12:27:18 +01:00
..
items Expose `PlotGeometry` in public API (#4193) 2024-03-21 12:27:18 +01:00
axis.rs Expand plot axes thickness to fit their labels (#3921) 2024-01-30 12:45:27 +01:00
legend.rs Make `egui_plot::PlotMemory` public (#3871) 2024-01-23 09:47:47 +01:00
lib.rs Expose `PlotGeometry` in public API (#4193) 2024-03-21 12:27:18 +01:00
memory.rs Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
plot_ui.rs Expose `PlotGeometry` in public API (#4193) 2024-03-21 12:27:18 +01:00
transform.rs Make `egui_plot::PlotItem` a public trait (#3943) 2024-02-02 14:38:35 +01:00