set tab index after fitting ringdowns
parent
6c3c900570
commit
b64b18b1a7
1
app.py
1
app.py
|
@ -204,6 +204,7 @@ class AppWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
||||||
)
|
)
|
||||||
# print(mem['fit_equations'])
|
# print(mem['fit_equations'])
|
||||||
self.peak_fits_graph.plot()
|
self.peak_fits_graph.plot()
|
||||||
|
self.graph_tabs.setCurrentIndex(4)
|
||||||
self.fit_button.pressed.connect(init_fit)
|
self.fit_button.pressed.connect(init_fit)
|
||||||
|
|
||||||
# Show equation
|
# Show equation
|
||||||
|
|
Loading…
Reference in New Issue