8000 Fixed type in update example. · hypercode-go/matplotlib-cpp@94c0215 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-eed3aa0554dd.js" defer="defer">

Commit 94c0215

Browse files
author
Benno Evers
committed
Fixed type in update example.
1 parent c48ed30 commit 94c0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main()
3333

3434
std::vector<double> xt(2), yt(2);
3535

36-
plt::title("Tangent of a since curve");
36+
plt::title("Tangent of a sine curve");
3737
plt::xlim(x.front(), x.back());
3838
plt::ylim(-a, a);
3939
plt::axis("equal");

0 commit comments

Comments
 (0)
0