lava/matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib

C++CMakeBatchfileOther
This is stars and forks stats for /lava/matplotlib-cpp repository. As of 07 May, 2024 this repository has 3959 stars and 1055 forks.

matplotlib-cpp Welcome to matplotlib-cpp, possibly the simplest C++ plotting library. It is built to resemble the plotting API used by Matlab and matplotlib. Usage Complete minimal example: #include "matplotlibcpp.h" namespace plt = matplotlibcpp; int main() { plt::plot({1,3,2,4}); plt::show(); } g++ minimal.cpp -std=c++11 -I/usr/include/python2.7 -lpython2.7 Result: A more comprehensive example: #include "matplotlibcpp.h" #include <cmath> namespace plt = matplotlibcpp; int main() { ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
dianping/catJavaCLess18.1k+195.4k+3
neo4j-contrib/neo4j-apoc-proceduresJavaKotlinHTML1.6k04870
rohan-paul/Awesome-JavaScript-InterviewsJavaScriptOther2.9k07610
Codeception/CodeceptionPHPHackOther4.7k01.3k0
matplotlib/matplotlibPythonC++Jupyter Notebook18.2k07.2k0
Trusted-AI/adversarial-robustness-toolboxPythonOther4k01.1k0
rizinorg/rizinCC++Meson2.1k+8284+1
OpenAtomFoundation/TencentOS-tinyCAssemblyPython6k01.6k0
fontforge/fontforgeCPythonCMake5.6k06590
dotnet/winformsC#Visual Basic .NETPowerShell4k08950