implement super janky egui stuff

This commit is contained in:
Simon Gardling
2022-04-23 20:18:26 -04:00
parent 55d274d648
commit 8434a95b71
2 changed files with 9 additions and 9 deletions

View File

@@ -403,7 +403,7 @@ impl FunctionEntry {
plot_ui.line(
self.back_data
.to_line()
.color(main_plot_color)
.stroke(egui::Stroke::new(2.0, main_plot_color))
.name(&self.raw_func_str),
);
}