set tab index after fitting ringdowns

master
michael 2021-08-04 17:21:38 -07:00
parent 6c3c900570
commit b64b18b1a7
1 changed files with 1 additions and 0 deletions

1
app.py
View File

@ -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