重构拆分plot图表

This commit is contained in:
xinzhu.yin
2026-04-20 10:16:31 +08:00
parent 77c92ffc05
commit 7d7d8949b9
8 changed files with 864 additions and 806 deletions

View File

@@ -138,6 +138,6 @@ def plot_gamma(app, L_bar, results_with_gamma_list, target_gamma, test_type):
# ========== 4. 绘制到画布 ==========
self.gamma_canvas.draw()
self.chart_notebook.select(1)
self.chart_notebook.select(self.gamma_chart_frame)
self.log_gui.log("Gamma曲线 + 数据表格绘制完成")