KPlotWidget::KPlotWidget( double x1, double x2, double y1, double y2, QWidget *parent, const char* name )
: QWidget( parent, name ),
- dXtick(0.0), dYtick(0.0), XAxisLabel(), YAxisLabel(),
+ dXtick(0.0), dYtick(0.0),
nmajX(0), nminX(0), nmajY(0), nminY(0),
- ShowAxes( true ), ShowTickMarks( true ), ShowTickLabels( true ), ShowGrid( false ) {
+ ShowAxes( true ), ShowTickMarks( true ), ShowTickLabels( true ), ShowGrid( false ),
+ XAxisLabel(), YAxisLabel() {
//set DataRect
setLimits( x1, x2, y1, y2 );