We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e6b5f commit a4c0e88Copy full SHA for a4c0e88
pyxrf/model/lineplot.py
@@ -1499,7 +1499,7 @@ def _show_preview_spectrum_plot(self):
1499
# Completely redraw the plot each time the function is called
1500
self.prepare_preview_spectrum_plot()
1501
1502
- # Remove all lines from the plot
+ # Remove all lines from the plot. This is not really needed, since the axes are cleared.
1503
while len(self._lines_preview):
1504
_ = self._lines_preview.pop()
1505
if _.axes is not None:
0 commit comments