背景为黑色

This commit is contained in:
mmmistgun 2022-04-08 10:49:31 +08:00
parent 8218562aa7
commit 219ab0a9dd

View File

@ -63,7 +63,7 @@ class Quality_Relabel:
# 3 红色 阻塞型
# 4 红色 混合型
# 5 绿色 血氧饱和度下降
color_cycle = ["blue", "pink", "orange", "red", "grey", "green"]
color_cycle = ["black", "pink", "blue", "red", "grey", "green"]
assert len(color_cycle) == len(base_event) + 1, "基础事件数量与颜色数量不一致"
def __init__(self, all_path: List, sampNo: int, frequency: int = 100, bcg_frequency: int = 1000,