We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08af959 commit 74296f9Copy full SHA for 74296f9
PythonGUI_apps/Spectrum_analysis/Spectra_plot_fit.py
@@ -243,6 +243,11 @@ def analyze_spectra_fits(self):
243
if self.fit_scan_file is None:
244
self.open_fit_scan_file()
245
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()
251
analyze_window = Analyze(scan_fit_file=self.fit_scan_file)
252
analyze_window.run()
253
0 commit comments