[renaming] and a chunk size constant
This commit is contained in:
@@ -23,9 +23,9 @@ class CentralWidget(QWidget):
|
||||
self._stack.setCurrentIndex(1)
|
||||
self._file_view.update()
|
||||
|
||||
def plot_item(self, item):
|
||||
def plot_item(self, item_descriptor):
|
||||
self._stack.setCurrentIndex(2)
|
||||
self._plot_screen.plot(item)
|
||||
self._plot_screen.plot(item_descriptor)
|
||||
|
||||
def on_plot_close(self):
|
||||
self._stack.setCurrentIndex(1)
|
||||
|
||||
Reference in New Issue
Block a user