Skip to content

Commit 1d79940

Browse files
alessandro-gentilinilava
authored andcommitted
Fix typo (?)
1 parent 4181748 commit 1d79940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ and plotting code in sync requires a lot of effort when the C++ code frequently
172172
changes. Additionally, the python yaml parser was not able to cope with files that
173173
exceed a few hundred megabytes in size.
174174

175-
Therefore, I was looking for a C++ plotting library that was extremely to use
176-
and easy to add into an existing codebase, preferrably header-only. When I found
175+
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
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
179-
to an image file can be done is as few as two lines of code.
179+
to an image file can be done as few as two lines of code.
180180

181181
The general approach of providing a simple C++ API for utilizing python code
182182
was later generalized and extracted into a separate, more powerful

0 commit comments

Comments
 (0)