From d6d672c8c1105d7c31a7340b93fd7a78d38fef9d Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Sat, 17 Feb 2024 22:55:48 +1000 Subject: [PATCH] Update plot_cpdb_chord.py --- ktplotspy/plot/plot_cpdb_chord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktplotspy/plot/plot_cpdb_chord.py b/ktplotspy/plot/plot_cpdb_chord.py index eed5692..3619db7 100644 --- a/ktplotspy/plot/plot_cpdb_chord.py +++ b/ktplotspy/plot/plot_cpdb_chord.py @@ -263,7 +263,7 @@ def plot_cpdb_chord( col = None else: # col = face_col_dict[name] if name in face_col_dict else next(DEFAULT_PAL) # cycle through the default palette - col = face_col_dict[name] if name in face_col_dict else "#e7e7e7e" # or just make them grey? + col = face_col_dict[name] if name in face_col_dict else "#e7e7e7" # or just make them grey? arc = Garc( arc_id=name, size=size,