I looked at various options for constructing functions (or other types of graphs) in an interactive window. I mainly use wxWidgets, but I would be open to any other "interfaces".
Looking at what's available, here is what I found :
wxPlot : not updated since 2006. But it would be a good candidate if it were ...
wxMathPlot : very new, not mature, several functions (still active?)
libgraph : obsolete, not rebust, only 2D and only displays images.
koolplot . Too simple, without control over the created window.
EasyBMP : very simple, only images.
plotutils : command line only.
plplot : C and C ++ APIs are almost not supported. In fact, wxPlot is based on this. C may be a candidate; C and C ++ interface can also be updated.
Any comments? Ideas?
Thank!
c ++ graph plot wxwidgets
user38290 Nov 17 '08 at 17:09 2008-11-17 17:09
source share