Matplotpp
MATPLOT++ is a Matlab like simple plotting framework in C++.
Install / Use
/learn @nlamprian/MatplotppREADME
matplotpp
MATPLOT++ is a Matlab like simple plotting framework in C++. In cases where you need to make plots of data generated in C/C++, matplotpp enables you to generate 2D/3D plots, histograms, scatterplots, etc, just by adding a few lines of code, without any external plotting tool such as MATLAB or Gnuplot.

MATPLOT++ features are the following:
- MATLAB like command set.
- Cross platform compatibility on Linux, MacOS, and Windows.
matplotppis based on OpenGL/GLUT which is a simple cross-platform windowing API. - High quality vector output: PS, EPS, PDF, and SVG.
Note
This repository is a fork of the matplotpp library by Yuichi Katori. The repository is not maintained. It is merely a modified version of the project that uses cmake.
Dependencies
To install the required dependencies on Linux/Ubuntu, run
sudo apt-get install freeglut3-dev libglew-dev
Compilation
git clone https://github.com/nlamprian/matplotpp.git
cd matplotpp
mkdir build
cd build
# to configure and compile
cmake ..
make
# to run the examples (e.g.)
./ex101_creating_a_plot
# to install the library
sudo make install
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
