diff --git a/src/aesthetics.rs b/src/aesthetics.rs index d85a207..17a9e47 100644 --- a/src/aesthetics.rs +++ b/src/aesthetics.rs @@ -671,7 +671,7 @@ fn plot_hover_hist( let transform = Transform::from_xyz( trans.translation.x + 150., trans.translation.y + 150., - 10. + *z_eps, + 40. + *z_eps, ); let geometry = ShapeBundle { path: GeometryBuilder::build_as(&line),