Skip to content

Just a simple CMake project testing plotting in C++ with matplotlibcpp

Notifications You must be signed in to change notification settings

tingyingwu2010/test-matplotlib-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-matplotlib-cpp

Just a simple CMake project testing plotting in C++ with matplotlibcpp

Dependencies

On Arch Linux you can yay -S matplotlib-cpp if you want to install it.

Build

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

Usage

./bar
./minimal
./subplot

About

Just a simple CMake project testing plotting in C++ with matplotlibcpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published