diff --git a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py index 6bb6dc636cfe39aae3f8434ad9b67cd021ffe01e..98d1530eeff39328d47752cbc67c5fe26bf30f4b 100644 --- a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py +++ b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/data_handling/data_presenter.py @@ -95,7 +95,7 @@ class FittingDataPresenter(object): def _repopulate_table(self): """ Populate the table with the information from the loaded workspaces. - Will also handle any workspaces that need to be plotted. + Will also handle any workspaces that need to be plotted. """ self._remove_all_table_rows() self.row_numbers.clear() diff --git a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py index b7fb42e026af76291a334fdbf5fe589249a8b630..edf3cab68c0131572424816f22171a23aac1a42d 100644 --- a/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py +++ b/scripts/Engineering/gui/engineering_diffraction/tabs/fitting/plotting/plot_view.py @@ -7,7 +7,6 @@ from qtpy import QtWidgets -from mantidqt.plotting.functions import get_plot_fig from mantidqt.utils.qt import load_ui from matplotlib.figure import Figure from matplotlib.backends.qt_compat import is_pyqt5