8000 fix a small typo, no content changes · michLab/matplotlib-cpp@b74e465 · GitHub
[go: up one dir, main page]

Skip to content

Commit b74e465

Browse files
paralaxlava
authored andcommitted
fix a small typo, no content changes
1 parent f994996 commit b74e465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ changes. Additionally, the python yaml parser was not able to cope with files th
173173
exceed a few hundred megabytes in size.
174174

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

0 commit comments

Comments
 (0)
0