C++ graphics library for creating data visualizations and plots
C++ Graphics Library for Data Visualization
matplotplusplus$ g++ -std=c++17 plot_example.cpp -o plot $(pkg-config --cflags --libs matplotplusplus)$ find_package(matplotplusplus REQUIRED) and target_link_libraries(myapp matplotplusplus::matplotplusplus)$ g++ -I$(brew --prefix matplotplusplus)/include -std=c++17 main.cpp -o app