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
+2 -2
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(),