Skip to content

Commit

Permalink
Fix label in the Readme example.
Browse files Browse the repository at this point in the history
Fixes #46.
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Aug 10, 2019
1 parent 9e1446a commit e72d21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified doc/fg1.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/example1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn example(c: Common)
x,
y2,
repeat(1.0f32),
&[Caption("(x - 4)^2 + 5"), LineWidth(1.5), Color("red")],
&[Caption("-(x - 4)^2 + 5"), LineWidth(1.5), Color("red")],
)
.lines_points(
x,
Expand Down Expand Up @@ -297,7 +297,7 @@ fn example(c: Common)
.points(
x,
y2,
&[Caption("(x - 4)^2 + 5"), PointSymbol('S'), Color("#ffaa77")],
&[Caption("-(x - 4)^2 + 5"), PointSymbol('S'), Color("#ffaa77")],
)
.lines_points(
x,
Expand Down

0 comments on commit e72d21b

Please sign in to comment.