Just a simple CMake project testing plotting in C++ with matplotlibcpp
On Arch Linux you can yay -S matplotlib-cpp
if you want to install it.
Note: See CMakeLists.txt and use the appropriate matplotlib-cpp include dirs line based on if you want to use the system installed matplotlib-cpp or if you want to use the local matplotlib-cpp in this repo.
mkdir build
cd build
cmake ..
make
./bar
./minimal
./subplot