diff --git a/src/function_entry.rs b/src/function_entry.rs index 7253307..8e76b27 100644 --- a/src/function_entry.rs +++ b/src/function_entry.rs @@ -458,7 +458,8 @@ impl FunctionEntry { .cloned() .collect::>() .to_line() - .color(Color32::BLUE) + .stroke(epaint::Stroke::none()) + .color(Color32::from_rgb(4, 4, 255)) .name(&self.raw_func_str) .fill(0.0), );