实验性功能:新增了<数据预处理>的绘图方式,在Config_public.yaml中将Plot_Mode字段的值改为"vispy"即可使用vispy的绘图引擎,默认为"matplotlib"

This commit is contained in:
2026-02-23 15:19:27 +08:00
parent 0935aefeb2
commit bee07c5ae3
3 changed files with 128 additions and 47 deletions

View File

@ -183,7 +183,7 @@ class MainWindow(QMainWindow, Ui_Signal_Label):
self.check_save_path_and_mkdir(root_path, sampID)
def __slot_btn_preprocess__(self):
self.preprocess = MainWindow_preprocess()
self.preprocess = MainWindow_preprocess(Config["Plot_Mode"])
sender = self.sender()
root_path = self.ui.plainTextEdit_root_path.toPlainText()