matplotlibcpp17 icon indicating copy to clipboard operation
matplotlibcpp17 copied to clipboard

Alternative to matplotlibcpp with better syntax, based on pybind

Results 5 matplotlibcpp17 issues
Sort by recently updated
recently updated
newest added

In the pyplot.h file i get "Expected a type specifier error" `struct DECL_STRUCT_ATTR PyPlot { public:` ![1](https://github.com/soblin/matplotlibcpp17/assets/81536155/bcb195e8-d02b-4c1e-94f7-16f4f520a019) and also in the file common.h i get "Expected a type specifier error"...

I like matplotlib and would like to use it in cpp. Some of my applications in Python use figure.canvas for blitting and animations `fig.canvas.draw()` I believe this is not implemented,...

Looks like `numcpp` has converter for pybind array. - https://github.com/soblin/matplotlibcpp17/pull/23

Added rmax - rticks - minorticks_on - set_rlabel_position - set_theta_direction for polar plot capability. New readme with Polar plot example.

This project is most useful, but lacks generality. It seems its optimized for g++ only. I would like to have microsoft visual studio c++ compiler (msvc) support for it as...