We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7911936 commit 2078c10Copy full SHA for 2078c10
1 file changed
gnuplot/examples/example1.rs
@@ -101,6 +101,7 @@ fn example(c: Common)
101
102
let mut fg = Figure::new();
103
104
+ // Small change.
105
fg.axes2d()
106
.set_pos_grid(2, 2, 0)
107
.lines(
0 commit comments