matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

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

Results 148 matplotlib-cpp issues
Sort by recently updated
recently updated
newest added

bool named_plot(const std::string& name, const std::vector& x, const std::vector& y, const std::string& format = "") { .. } added template to be able to have named legend plotting: ex: time(x)...

Add support for [Conan](https://conan.io/). Using bintray as a datasource, and Conan as a manager. - [remotes](https://docs.conan.io/en/latest/uploading_packages/remotes.html)

Hello I am new to matplotlib-cpp and looking to plot data also on Seconday y axis , however i could not find any concrete way of doing it. Could anyone...

Hello @lava , I am using Windows VSCode. I just ran the minimal example and I am getting the following error: In file included from minimal.cpp:1:0: matplotlibcpp.h:316:20: error: redefinition of...

Simply run these code, ```cpp plt::plot({1,3,2,4}); plt::show(); plt::close(); ``` and it will use more than 2 Gb RAM. Btw in some other case, more than 90 threads are applied. Anyone...

Can you add the possibility to call plot3 and plot_surface, then plot on the same figure, similarly to the plot behavior? For instance, the following code will plot on two...

Hello, I encountered small issues while using this library with Visual Studio 2019 and Python 3.8.5. ## First On a debug build, it tries to link against the Debug binaries...