diff --git a/crates/egui_plot/src/items/mod.rs b/crates/egui_plot/src/items/mod.rs index 24bcb9d6ef9..a3b1ae8cbc9 100644 --- a/crates/egui_plot/src/items/mod.rs +++ b/crates/egui_plot/src/items/mod.rs @@ -370,7 +370,7 @@ impl Line { pub fn new(series: impl Into) -> Self { Self { series: series.into(), - stroke: Stroke::new(1.0, Color32::TRANSPARENT), + stroke: Stroke::new(1.5, Color32::TRANSPARENT), // Note: a stroke of 1.0 (or less) can look bad on low-dpi-screens name: Default::default(), highlight: false, fill: None,