From 1211b9e64098f988d733bcc6851f5857f5dbf06c Mon Sep 17 00:00:00 2001 From: Louise McCann <louise.mccann@stfc.ac.uk> Date: Thu, 1 Sep 2016 14:00:03 +0100 Subject: [PATCH] Remove plotting from python algorithm Refs #17255 --- MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp b/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp index 3682776b0a6..8df084d4f28 100644 --- a/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp +++ b/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp @@ -269,8 +269,6 @@ void ISISEnergyTransfer::run() { reductionAlg->setProperty("MapFile", grouping.second.toStdString()); reductionAlg->setProperty("FoldMultipleFrames", m_uiForm.ckFold->isChecked()); - reductionAlg->setProperty("Plot", - m_uiForm.cbPlotType->currentText().toStdString()); reductionAlg->setProperty("SaveFormats", getSaveFormats()); reductionAlg->setProperty("OutputWorkspace", "IndirectEnergyTransfer_Workspaces"); -- GitLab