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 a5d675d commit c3d2256Copy full SHA for c3d2256
examples/scatter_svg.rs
@@ -22,7 +22,7 @@ fn main() {
22
.x_range(-5., 10.)
23
.y_range(-2., 6.)
24
.x_label("Some varying variable")
25
- .y_label("The repsonse of something");
+ .y_label("The response of something");
26
plotlib::page::Page::single(&v).save("scatter.svg");
27
28
/*
0 commit comments