lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.28k stars 1.12k forks source link

Add 3D quiver support #238

Closed sapphous closed 3 years ago

sapphous commented 3 years ago

Adds an overload to the quiver template so that if you pass 3 dimensional parameters (e.g. matplotlibcpp::quiver(x,y,z,u,v,w,kwargs)) you get a 3D quiver plot.

lava commented 3 years ago

Nice, thanks for contributing and sorry for the long radio silence!