Repository files navigation Experimentations about two C++ matplot plotting libs
alandefreitas/matplotplusplus
gnuplot wrapper
https://github.com/alandefreitas/matplotplusplus
needs at least libgnuplot-iostream-dev apt install
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/install -DMATPLOTPP_BUILD_EXAMPLES=OFF -DMATPLOTPP_BUILD_TESTS=OFF -DMATPLOTPP_BUILD_WITH_PEDANTIC_=OFF
documentation / examples code
seems like cannot use OpenCV with CImg: alandefreitas/matplotplusplus#422
Matplotlib wrapper
needs too much fixes, see the commits in the corresponding folder:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/install
examples code
src/ibvs-4pts-plotter-continuous-gain-adaptive-plot2d.cpp
alandefreitas/matplotplusplus
src/ibvs-4pts-plotter-continuous-gain-adaptive-plot3d.cpp
alandefreitas/matplotplusplus
cannot do real-time plotting
cannot do multiple plots on the same 3d canvas
You can’t perform that action at this time.