change color of big integral fill

This commit is contained in:
Simon Gardling 2022-05-16 10:37:51 -04:00
parent cfd245f82c
commit 1815c341aa

View File

@ -458,7 +458,8 @@ impl FunctionEntry {
.cloned() .cloned()
.collect::<Vec<Value>>() .collect::<Vec<Value>>()
.to_line() .to_line()
.color(Color32::BLUE) .stroke(epaint::Stroke::none())
.color(Color32::from_rgb(4, 4, 255))
.name(&self.raw_func_str) .name(&self.raw_func_str)
.fill(0.0), .fill(0.0),
); );