diff --git a/egui/src/widgets/plot/mod.rs b/egui/src/widgets/plot/mod.rs index 4cb5074b..9787bdb0 100644 --- a/egui/src/widgets/plot/mod.rs +++ b/egui/src/widgets/plot/mod.rs @@ -7,7 +7,7 @@ mod transform; use std::collections::{BTreeMap, HashSet}; pub use items::{Curve, Value}; -use items::{HLine, VLine}; +pub use items::{HLine, VLine}; use transform::{Bounds, ScreenTransform}; use crate::*;