fix build on newer egui

This commit is contained in:
2025-12-03 16:43:58 -05:00
parent 74813f5f13
commit 8b7e3b3009
6 changed files with 47 additions and 34 deletions

View File

@@ -449,7 +449,7 @@ impl FunctionEntry {
Some(integral_data) => {
if integral_step > step {
plot_ui.bar_chart(
BarChart::new(integral_data.0.clone())
BarChart::new("integral bar chart", integral_data.0.clone())
.color(Color32::BLUE)
.width(integral_step),
);