egui/crates/egui_plot/src
Antoine Beyeler 74891cac2f
egui_plot: fix panic when the base step size is set to 0 (#4078)
This can happen e.g. when the user forces some axis range to (0.0, 0.0)
like in rerun-io/rerun#5239
2024-02-20 16:26:47 +01:00
..
items Make `egui_plot::PlotItem` a public trait (#3943) 2024-02-02 14:38:35 +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 egui_plot: fix panic when the base step size is set to 0 (#4078) 2024-02-20 16:26:47 +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 Make `egui_plot::PlotItem` a public trait (#3943) 2024-02-02 14:38:35 +01:00
transform.rs Make `egui_plot::PlotItem` a public trait (#3943) 2024-02-02 14:38:35 +01:00