Added agl_all

This commit is contained in:
arcan1s
2013-08-11 02:24:57 +04:00
parent 063e74a472
commit f8120a849d
35 changed files with 5664 additions and 67 deletions

View File

@ -69,8 +69,8 @@ void StatgenGraphWindow::paintGraph()
pn_curve->setSamples(x_axis, pn_points);
break;
case 1:
plot->setAxisTitle(QwtPlot::xBottom, trUtf8("N"));
plot->setAxisTitle(QwtPlot::yLeft, trUtf8("p"));
plot->setAxisTitle(QwtPlot::xBottom, trUtf8("r"));
plot->setAxisTitle(QwtPlot::yLeft, trUtf8("g"));
pen = QPen(QColor(0,0,0));
QwtPlotCurve *radf_curve;