1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -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, show_y: true,
label_formatter: None, label_formatter: None,
coordinates_formatter: None, coordinates_formatter: None,
x_axes: vec![XAxisHints::default()], x_axes: Vec::new(),
y_axes: vec![YAxisHints::default()], y_axes: Vec::new(),
legend_config: None, legend_config: None,
show_background: true, show_background: true,
show_axes: true.into(), show_axes: true.into(),