remove some commented out code
This commit is contained in:
parent
360c35f2e7
commit
30ab6c4d5a
@ -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| {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user