Skip to content

Commit

Permalink
fix a small typo, no content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paralax authored and lava committed Feb 12, 2018
1 parent f994996 commit b74e465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ changes. Additionally, the python yaml parser was not able to cope with files th
exceed a few hundred megabytes in size.

Therefore, I was looking for a C++ plotting library that was extremely easy to use
and to add into an existing codebase, preferrably header-only. When I found
and to add into an existing codebase, preferably header-only. When I found
none, I decided to write one myself, which is basically a C++ wrapper around
matplotlib. As you can see from the above examples, plotting data and saving it
to an image file can be done as few as two lines of code.
Expand Down

0 comments on commit b74e465

Please sign in to comment.