Skip to content

Commit

Permalink
Refs #8534. Fixed re-plotting.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Dec 3, 2013
1 parent 0df9037 commit 2dfd9d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2186,6 +2186,9 @@ QStringList MuonAnalysis::getPeriodLabels() const
*/
void MuonAnalysis::plotSpectrum(const QString& wsName, const int wsIndex, const bool ylogscale)
{
// Close the previous plot window ( if exists )
closePlotWindow(wsName);

// create first part of plotting Python string
QString gNum = QString::number(wsIndex);
QString pyS;
Expand Down

0 comments on commit 2dfd9d0

Please sign in to comment.