matplotlib-cpp
matplotlib-cpp copied to clipboard
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
Thanks for this project, I got this issue, I installed Python2.7 Build started... 1>------ Build started: Project: Utils, Configuration: Debug x64 ------ 1>graph_plotter.cpp 1>Matplotlib\matplotlib-cpp\matplotlibcpp.h(354,10): error C2766: explicit specialization; 'matplotlibcpp::detail::select_npy_type' has...
Hi. Thank you for your eminent work. I am truing to get matplotlib-cpp to work. I have a laptop with Win1o 64 VS 2017 and anaconda3 64 I had to...
Hello. I'm trying to put this into ROS as a node. But before I began to plot something, the Cmakelist and include of matplotlib.h itself already brought error. 1. if...
Is it possible to draw plot into prepared buffer? ```c++ char *imgBuff; //allocate memory for buffer and set size of plot... plt::drawToBuff(imgBuff); ``` It would let me using it with...
Numpy was not working properly, but after putting pip uninstall numpy pip install "numpy
This repository seems to be unmaintained for some years now and python 3.8 broke the initialization code. Since no one can merge patches into the main repository, I forked this...
Im using Pytohon 3.13, and an experiencing a error due to Py_SetProgramName(name); bing depreciated in 3.11. How can I fix this error? Thank you in advance!!
I've added a new version of the _scatter_colored_ function to manage the colormap. It would be great if I could push this! ``` template bool scatter_colored(const std::vector& x, const std::vector&...