On 2015-03-18 22:26+0100 laurent Berger wrote:
> Today i have try to use new plplot version for my wxwidgets application. With
> 5.10.0 plplot I can use plplot to draw a curve in a panel and a box sizer
> (attached image). My class was something like this :
> Histogram::Histogram( wxWindow* par
Hello Laurent
The equivalent code to create a plot on a wxWindow would now be something like
wxPLplotwindow *myPlotWindow = new wxPLplotwindow();
myPlotWindow->Create( parent, id, pos, size, style, name );
Note that you can replace wxPanel, with any other type of wxWindow for
which we can get a w