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

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...

Does it support 3D plots ?

When I use the following code ,some problems happened. ![1](https://user-images.githubusercontent.com/101659224/205472004-58966d8d-2f2c-48a1-b039-a39b7aa39f51.png) 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 ![Screenshot 2022-11-18 132249](https://user-images.githubusercontent.com/83964960/202704301-58fb0c70-148e-48e2-b365-a817e3f38903.png) I am coding in Visual studio 2019. The...

Is there a way to increase the markersize on a plot? Thank you.