diff --git a/src/egui_app.rs b/src/egui_app.rs index c1b29a3..f3c9bf7 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -347,8 +347,6 @@ impl epi::App for MathApp { ui.allocate_ui(plot_size, |ui| { Plot::new("plot") .set_margin_fraction(Vec2::ZERO) - // .view_aspect(1.0) - // .view_aspect() .data_aspect(1.0) .include_y(0) .show(ui, |plot_ui| {