We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c0e88 commit 66be934Copy full SHA for 66be934
1 file changed
pyxrf/model/lineplot.py
@@ -1500,10 +1500,10 @@ def _show_preview_spectrum_plot(self):
1500
self.prepare_preview_spectrum_plot()
1501
1502
# 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:
1506
- _.remove()
+ # while len(self._lines_preview):
+ # _ = self._lines_preview.pop()
+ # if _.axes is not None:
+ # _.remove()
1507
1508
# The list of color names
1509
color_names = get_color_name()
0 commit comments