matplotlib-cpp
matplotlib-cpp copied to clipboard
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
Adding CLion project configuration files to the gitignore file
Fix one issue #316 according to _stack overflow_ [answer](https://stackoverflow.com/questions/76077363/why-does-matplotlib-cpp-throw-runtime-exceptions-in-the-3d-examples).
Fix matplotlib Initialized problem in Python 3.11(or higher version)
Fix a typo in the readme. In the section "Vcpkg", replace "vcpkg install matplotlib-cpp" with "./vcpkg install matplotlib-cpp".
Unproperly args converting in `void subplot(long , long , long)` may cause segment fault. https://github.com/lava/matplotlib-cpp/blob/2acb4d07d263f04363a5156c28e85c142345792b/matplotlibcpp.h#L2252-L2267
Is it possible to use the `extent` keyword with `imshow()` in `matplotlib-cpp`? I've seen [#192](https://github.com/lava/matplotlib-cpp/issues/192) and [#241](https://github.com/lava/matplotlib-cpp/pull/241), but it looks like these issues were never resolved. Since this library hasn't...
Hi. This may not be an issue with your project and it is also highly dependent on the user's local setup but I still think it's significant. The docs on...
When I execute my compiled file, everything runs, but at the very end when everything has successfully ran, I get a segmentation fault. This happens after closing a figure or...
Hello, I've tried adding matplotlib-cpp to my project as a sanity-checking tool but I've encountered a handful of errors when building. Specifically: `1>C:\Users\user\Source\repos\project\matplotlibcpp.h(174,9): error C4996: 'Py_SetProgramName': deprecated in 3.11 1>C:\Users\user\Source\repos\project\matplotlibcpp.h(182,9):...
Gravità Codice Descrizione Progetto File Riga Stato eliminazione Errore C2766 specializzazione esplicita; 'matplotlibcpp::detail::select_npy_type' è già stato definito BETANumber-Terminal C:\Users\colom\source\repos\matplotlib-cpp\matplotlibcpp.h 354 Gravità Codice Descrizione Progetto File Riga Stato eliminazione Errore C2766...