matplotlib-cpp
matplotlib-cpp copied to clipboard
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
can i write mathematical expressions like: `plt.title(r'$\alpha > \beta$')` thanks!
Python version: 3.8.1 I added Python.h and Numpy on the path with a json file. I tried compiling the animation example. And I got the following error: ``` PS C:\CPPScripts\cpp_tmp_scripts\matplotlib-cpp\examples>...
Fixes two things: - `matplotib_cpp` target requires `$` to be used with `add_subdirectory` so that `matplotlibcpp.h` can be included seamlessly - There are no headers within the `examples` subdirectory, therefore...
Caller function has arguments of type `long` in its signature. Thus, `PyLong_FromLong` is more appropriate and does not break the code as it was before (runtime_error was being thrown). This...
3D plot
Does it support 3D plots ?
When I use the following code ,some problems happened.  I just don't need the straight line in the middle,but I don't kown how to correct it,and the following picture...
hello! Does anyone know how to compile with bazel instead of cmake? I'd appreciate it if you could help me.
I have the problem that after I linked all the include folders and libs folders the shown error appears  I am coding in Visual studio 2019. The...
Is there a way to increase the markersize on a plot? Thank you.