1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Remove default axis

This commit is contained in:
Johannes Schiffer
2023-01-21 18:14:48 +01:00
committed by JohannesProgrammiert
parent 2b0a27cb02
commit 0579f94ecc

View File

@@ -249,8 +249,8 @@ impl Plot {
show_y: true,
label_formatter: None,
coordinates_formatter: None,
x_axes: vec![XAxisHints::default()],
y_axes: vec![YAxisHints::default()],
x_axes: Vec::new(),
y_axes: Vec::new(),
legend_config: None,
show_background: true,
show_axes: true.into(),