Skip to content

Commit 32e74a3

Browse files
committed
Update readme and example image
1 parent 114f6dc commit 32e74a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ For example, code like:
4141
.add(&s1)
4242
.add(&s2)
4343
.x_range(-5., 10.)
44-
.y_range(-2., 6.);
44+
.y_range(-2., 6.)
45+
.x_label("Some varying variable")
46+
.y_label("The response of something");
4547
4648
// A page with a single view is then saved to an SVG file
4749
Page::single(&v).save("scatter.svg");

scatter.png

7.33 KB
Loading

0 commit comments

Comments
 (0)