Registry / other / matplotplusplus

matplotplusplus

JSON →
library1.2.1vcpkgunverified

A C++ graphics library for data visualization

vcpkg install matplotplusplus
INSTALL
IMPORT
SIG · MATPLOTPLUSPLUS
M
matplotplusplus
othercppv1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

matplot/matplot.h
#include <matplot/matplot.h>

Plot a simple line graph

#include "matplot/matplot.h" #include <vector> int main() { std::vector<double> x = {1,2,3,4}; std::vector<double> y = {1,4,9,16}; matplot::plot(x, y); matplot::show(); return 0; }
Debug
Known issues
gotchamatplotplusplus requires a backend (e.g., gnuplot, OpenGL) and may not work headless.
fix
Install gnuplot or set MATPLOTPP_BUILD_BACKEND_OPENGL_QT=ON.
affects: *
Upgrade
Version history
1.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

matplotplusplus — pip install matplotplusplus · libregistry