重构测试执行部分+去除转发器
This commit is contained in:
@@ -6,9 +6,8 @@ Step 2 重构:从 pqAutomationApp.PQAutomationApp.plot_accuracy 原样搬迁
|
||||
from matplotlib.patches import Rectangle
|
||||
|
||||
|
||||
def plot_accuracy(app, accuracy_data, test_type):
|
||||
def plot_accuracy(self, accuracy_data, test_type):
|
||||
"""绘制色准测试结果 - 29色显示 - 简洁版布局(显示 Gamma)"""
|
||||
self = app
|
||||
|
||||
self.accuracy_ax.clear()
|
||||
self.accuracy_ax.set_xlim(0, 1)
|
||||
|
||||
Reference in New Issue
Block a user