Fixing empty measurements.
This commit is contained in:
parent
1397c57d61
commit
a10e90831d
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ class MeasurementView(ModuleView):
|
||||||
|
|
||||||
except AttributeError as e:
|
except AttributeError as e:
|
||||||
logger.debug(f"No measurement data to display: {e}")
|
logger.debug(f"No measurement data to display: {e}")
|
||||||
|
# Reset the plotter
|
||||||
|
self.init_plotter()
|
||||||
|
|
||||||
self._ui_form.plotter.canvas.draw()
|
self._ui_form.plotter.canvas.draw()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue