Relative Content

Tag Archive for c++visual-c++matplotlib-3d

Plotting 3d vectors using matplotlib in C++

I’m newbie in C++, I have been using python and plotting by matplotlib.
Now I need to plot in C++, I added matplotlibcpp.h as header file and could plot 2d curves and even 3d surfaces. But I need to plot 3d vectors.
Any help would be appreciated!