matplotlib-cpp
matplotlib-cpp copied to clipboard
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
Under the win32 platform and debug, python cannot find the matplotlib package normally. It is recommended that the debug definition include python.h is not applicable in this case.
Stack: ``` Thread 1 received signal SIGSEGV, Segmentation fault. Address not mapped to object. 0x000000084a63443b in ?? () from /usr/local/lib/qt5/libQt5Core.so.5 (gdb) bt #0 0x000000084a63443b in ?? () from /usr/local/lib/qt5/libQt5Core.so.5 #1...
After I install it, all the 2D examples work fine, but the 3D example will report errors. The error is as follows. `terminate called after throwing an instance of 'std::runtime_error'...
### fatal error: 'Python/Python.h' file not found I tried to add the file to my current project to plot some graph but couldn't make it to work. **Please help me...
I do not see any keyword arguments like in Python using transparent=True with plt.savefig. In this version, we only have plt::save which only takes a filename and a dpi.
when compiling I am getting the following error fatal error: numpy/arrayobject.h: No such file or directory Python 2.7 and 3 already installed. Numpy is installed. cython is installed. using ubuntu...
I am issue now,use Anaconda on Ubuntu 22.04, Python version is 2.7, I installed in a virtualenv. run by vscode, I write tasks.json,**becuse I want to debug by vscode GUI**...
When I call the plot function the memory usage goes up a lot and I do not know how to recycle it.
Hello, has anyone compared the performance of matplotlib-cpp against its Python-based counterpart? Some benchmarks would be nice to have displayed on the GitHub page.