Elegant export

This commit is contained in:
2025-06-13 15:57:03 +02:00
parent 6672b0e90e
commit 6ce679f424
11 changed files with 561 additions and 192 deletions

View File

@@ -104,6 +104,8 @@ class OpticsPlot(QtWidgets.QMainWindow, Ui_OpticsPlotGUI):
self.energyref=copy.deepcopy(self.energy)
def newData(self,twiss,energy):
if not self.isVisible():
self.show()
print('Updating Plotting Data')
self.twiss=twiss
self.energy=energy