We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3300be8 commit 444995cCopy full SHA for 444995c
examples/scatter_text.rs
@@ -20,6 +20,6 @@ fn main() {
20
.x_range(-5., 10.)
21
.y_range(-2., 6.)
22
.x_label("Some varying variable")
23
- .y_label("The repsonse of something");
+ .y_label("The response of something");
24
println!("{}", plotlib::page::Page::single(&v).to_text());
25
}
0 commit comments