Visual studio 2019 was used for c++ program project, where a plot library was required. A document which introduced matplotlib-cpp as a very useful c++ plotting library.
However, I wasn't sure how to install this library and include the library in a c++ project in visual studio. Especially, notice that the library used python environment as well.
How to install and use matplotlib-cpp.h in visual studio 2019?