We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
present
1 parent 6514ed9 commit 1b85ad0Copy full SHA for 1b85ad0
examples/layout.rs
@@ -36,6 +36,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
36
.legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &RED));
37
38
cc.configure_series_labels().border_style(&BLACK).draw()?;
39
+ root.present()?;
40
41
Ok(())
42
}
0 commit comments