matplotlibcpp17
matplotlibcpp17 copied to clipboard
Alternative to matplotlibcpp with better syntax, based on pybind
In the pyplot.h file i get "Expected a type specifier error" `struct DECL_STRUCT_ATTR PyPlot { public:`  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...