File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,11 +172,11 @@ and plotting code in sync requires a lot of effort when the C++ code frequently
172172changes. Additionally, the python yaml parser was not able to cope with files that
173173exceed 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
177177none, I decided to write one myself, which is basically a C++ wrapper around
178178matplotlib. 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
181181The general approach of providing a simple C++ API for utilizing python code
182182was later generalized and extracted into a separate, more powerful
You can’t perform that action at this time.
0 commit comments