Skip to content

Commit a4c0e88

Browse files
committed
DOC: added comment
1 parent a7e6b5f commit a4c0e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxrf/model/lineplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ def _show_preview_spectrum_plot(self):
14991499
# Completely redraw the plot each time the function is called
15001500
self.prepare_preview_spectrum_plot()
15011501

1502-
# Remove all lines from the plot
1502+
# Remove all lines from the plot. This is not really needed, since the axes are cleared.
15031503
while len(self._lines_preview):
15041504
_ = self._lines_preview.pop()
15051505
if _.axes is not None:

0 commit comments

Comments
 (0)