实验性功能:新增了<数据预处理>的绘图方式,在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

@ -76,7 +76,8 @@ class Params:
PUBLIC_CONFIG_NEW_CONTENT = {
"Path": {
"Root": ""
}
},
"Plot_Mode": "matplotlib"
}
UTF8_ENCODING: str = "utf-8"
GBK_ENCODING: str = "gbk"