Skip to content

Commit 86a315f

Browse files
author
Benno Evers
committed
Fix typo in README
1 parent 97a4fb3 commit 86a315f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matplotlib-cpp
22
==============
33

4-
Welcome to matplotlib-cpp, probably the simplest C++ plotting library.
4+
Welcome to matplotlib-cpp, possibly the simplest C++ plotting library.
55
It is built to resemble the plotting API used by Matlab and matplotlib.
66

77

@@ -94,9 +94,9 @@ Result: ![Modern example](./examples/modern.png)
9494
Why?
9595
----
9696
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
100100
changes. Additionally, the python yaml parser is not able to cope with files that
101101
exceed a few hundred megabytes in size.
102102

0 commit comments

Comments
 (0)