Skip to content

Commit

Permalink
Update plot_cpdb_chord.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Feb 17, 2024
1 parent ab08077 commit d6d672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktplotspy/plot/plot_cpdb_chord.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6d672c

Please sign in to comment.