优化日志显示
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Gamma 曲线绘制。
|
||||
"""Gamma 曲线绘制。
|
||||
|
||||
Step 2 重构:从 pqAutomationApp.PQAutomationApp.plot_gamma 原样搬迁。
|
||||
"""
|
||||
@@ -139,4 +139,4 @@ def plot_gamma(self, L_bar, results_with_gamma_list, target_gamma, test_type):
|
||||
self.gamma_canvas.draw()
|
||||
self.chart_notebook.select(self.gamma_chart_frame)
|
||||
|
||||
self.log_gui.log("Gamma曲线 + 数据表格绘制完成")
|
||||
self.log_gui.log("Gamma曲线 + 数据表格绘制完成", level="success")
|
||||
|
||||
Reference in New Issue
Block a user