wxMathPlotThis is an improved wxMathPlot which has many good features, such as track the points(around the mouse), magnet cross lines, more powerful context menu and config dialog to tweak the plot.
In-fact, I have helped to improve this control, and when discussed with the author, he has some feature request:
https://github.com/GitHubLionel/wxMathPlot/issues/13#issuecomment-1560538840Mainly:
the ability (with a checkbox in the IDE) to avoid the creation of the name of the widget (suppress all the long list of wxNewId())
the creation of an array of string for the wxChoice widget
the use of Bind in place of Connect
an user code for i18n string. Default code is _("string") but if you have your own function, you wish could replace it by another thing (for example _myI18N("string")).
Any ideas, and hopefully we can fix some of them.