You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the proposal
Use gplot++ header-only library to call gnuplot to make 2D plots from test problems: https://github.com/ziotom78/gplotpp
Describe alternatives you've considered
Keep using matplotlibcpp until it stops working.
Additional context
It's more complicated than it should be to get Python + matplotlib working from within C++. Also the matplotlibcpp interface is no longer maintained, and breaks with each new Python release.
The text was updated successfully, but these errors were encountered:
Describe the proposal
Use gplot++ header-only library to call
gnuplot
to make 2D plots from test problems:https://github.com/ziotom78/gplotpp
Describe alternatives you've considered
Keep using
matplotlibcpp
until it stops working.Additional context
It's more complicated than it should be to get Python + matplotlib working from within C++. Also the
matplotlibcpp
interface is no longer maintained, and breaks with each new Python release.The text was updated successfully, but these errors were encountered: