lava / matplotlib-cpp

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

Embed plot into Qwidget #345

Open Lighter01 opened 1 year ago

Lighter01 commented 1 year ago

I am looking for someone, who could explain (or would be even better to show any example) how to embed the plot you get from matplotlibcpp into QWidget without losing all interactive features of matplotlib plot interaction. Now I can't boast of any not entirely unsuccessful attempts. Any help is apreciated.

vladd12 commented 1 year ago

Have you tried using QCustomPlot library?