Skip to content

Commit 74296f9

Browse files
initial attempts at sorting 'Analyse Spectra Fits' function
1 parent 08af959 commit 74296f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PythonGUI_apps/Spectrum_analysis/Spectra_plot_fit.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ def analyze_spectra_fits(self):
243243
if self.fit_scan_file is None:
244244
self.open_fit_scan_file()
245245

246+
#result_no = int(self.ui.result_spinBox.value())
247+
#self.matplotlibwidget = MatplotlibWidget(size=(12,8), dpi=300)
248+
#self.fit_scan_file['result_'+str(0)].plot(fig=self.matplotlibwidget.getFigure().add_subplot(111))
249+
#self.matplotlibwidget.draw()
250+
#self.matplotlibwidget.show()
246251
analyze_window = Analyze(scan_fit_file=self.fit_scan_file)
247252
analyze_window.run()
248253

0 commit comments

Comments
 (0)