Skip to content

Commit

Permalink
use lightgray instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Aug 9, 2024
1 parent 212eb41 commit abb59d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/landscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def draw_multi_depth(
bed = Bed(bedfile)

if ypos > 0.001:
root.plot((0.02, 0.98), (ypos, ypos), "-", lw=2, color="lightslategray")
root.plot((0.02, 0.98), (ypos, ypos), "-", lw=2, color="lightgray")

title = titleinfo.get(bedfile, pf.split("_", 1)[0])
subtitle = None
Expand Down

0 comments on commit abb59d1

Please sign in to comment.