File tree 1 file changed +3
-3
lines changed
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
172
172
changes. Additionally, the python yaml parser was not able to cope with files that
173
173
exceed a few hundred megabytes in size.
174
174
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
177
177
none, I decided to write one myself, which is basically a C++ wrapper around
178
178
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.
180
180
181
181
The general approach of providing a simple C++ API for utilizing python code
182
182
was later generalized and extracted into a separate, more powerful
You can’t perform that action at this time.
0 commit comments