重构测试执行部分+去除转发器
This commit is contained in:
@@ -6,9 +6,8 @@ Step 2 重构:从 pqAutomationApp.PQAutomationApp.plot_contrast 原样搬迁
|
||||
from matplotlib.patches import Rectangle
|
||||
|
||||
|
||||
def plot_contrast(app, contrast_data, test_type):
|
||||
def plot_contrast(self, contrast_data, test_type):
|
||||
"""绘制对比度测试结果 - 固定布局版本"""
|
||||
self = app
|
||||
|
||||
# 清空并重置
|
||||
self.contrast_ax.clear()
|
||||
|
||||
Reference in New Issue
Block a user