egui/crates/egui_plot/src
Emil Ernerfeldt 36ebce163a
egui_plots: Fix the same plot tick label being painted multiple times (#4307)
Usually this isn't visible (the same label being painted on top of
itself), but it will be visible if the user has a custom formatter (e.g.
`y_axis_formatter`) that choses a different format based on
`GridMark:step_size` (e.g. using fewer decimals for thicker ticks).
2024-04-02 15:37:44 +02:00
..
items `Plot::Items:allow_hover` give possibility to masked the interaction on hovered item (#2558) 2024-03-27 16:35:36 +01:00
axis.rs Enforce writing username in TODO comments (#4235) 2024-03-26 11:48:24 +01:00
legend.rs Make `egui_plot::PlotMemory` public (#3871) 2024-01-23 09:47:47 +01:00
lib.rs egui_plots: Fix the same plot tick label being painted multiple times (#4307) 2024-04-02 15:37:44 +02: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