Skip to content

Commit 445e6cf

Browse files
committed
remove live plot code
Former-commit-id: 26ad58f5ffd09362b20948270670ce04a01b6f1a
1 parent d3e05c6 commit 445e6cf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dpx/srxplanargui/live.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,8 @@ def addNewImagesToGetXgui(self, filelist):
104104
:param filelist: list of full path of new images
105105
'''
106106
self.addfiles.refreshdatalist = True
107-
108107
newdatacontainers = self.getxgui.selectfiles.addFiles(filelist)
109-
self.last10data.extend(newdatacontainers)
110-
self.last10data = self.last10data[-10:]
111-
if (self.liveplot != None) and (self.liveplot in self.getxgui.plots):
112-
self.liveplot.datacontainers = self.last10data
113-
else:
114-
self.liveplot, liveplotpanel = self.getxgui.createNewPlot(newdatacontainers)
108+
self.getxgui.createNewPlot(newdatacontainers)
115109
return
116110

117111
helpbutton_action = \

0 commit comments

Comments
 (0)