File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
matplotlib-cpp
2
2
==============
3
3
4
- Welcome to matplotlib-cpp, probably the simplest C++ plotting library.
4
+ Welcome to matplotlib-cpp, possibly the simplest C++ plotting library.
5
5
It is built to resemble the plotting API used by Matlab and matplotlib.
6
6
7
7
@@ -94,9 +94,9 @@ Result: 
94
94
Why?
95
95
----
96
96
I initially started this library during my diploma thesis. My previous approach of
97
- writing data from my c++ algorithm to a yaml file, and afterwards parsing and plotting
98
- it in python using matplotlib proved insufficient: Mainly, keeping the algorithm
99
- and plotting code in sync is cumbersome when the C++ code frequently and substantially
97
+ writing data from my c++ algorithm to a yaml file and afterwards parsing and plotting
98
+ it in python using matplotlib proved insufficient: Keeping the algorithm
99
+ and plotting code in sync requires a lot of effort when the C++ code frequently and substantially
100
100
changes. Additionally, the python yaml parser is not able to cope with files that
101
101
exceed a few hundred megabytes in size.
102
102
You can’t perform that action at this time.
0 commit comments