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:
committed by
JohannesProgrammiert
parent
2b0a27cb02
commit
0579f94ecc
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user