Newer
Older
end[0] = m_sliceWS->getDimension(0)->getMaximum();
calculateCurve(m_sliceWS, start, end, m_numBins, m_fullCurve);
if (m_previewCurve->isVisible())
{
m_previewCurve->setVisible(false);
m_previewCurve->detach();
m_fullCurve->attach(m_plot);
}
m_fullCurve->setVisible(true);
m_plot->replot();
m_plot->setTitle("Integrated Line Plot");
this->setPlotAxisLabels();