From 30ab6c4d5a27b1b9ad9dbb45d5156f1d0152a38f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 1 Mar 2022 20:26:32 -0500 Subject: [PATCH] remove some commented out code --- src/egui_app.rs | 2 -- 1 file changed, 2 deletions(-) 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| {