remove some commented out code

This commit is contained in:
Simon Gardling 2022-03-01 20:26:32 -05:00
parent 360c35f2e7
commit 30ab6c4d5a

View File

@ -347,8 +347,6 @@ impl epi::App for MathApp {
ui.allocate_ui(plot_size, |ui| { ui.allocate_ui(plot_size, |ui| {
Plot::new("plot") Plot::new("plot")
.set_margin_fraction(Vec2::ZERO) .set_margin_fraction(Vec2::ZERO)
// .view_aspect(1.0)
// .view_aspect()
.data_aspect(1.0) .data_aspect(1.0)
.include_y(0) .include_y(0)
.show(ui, |plot_ui| { .show(ui, |plot_ui| {