Skip to content

Commit

Permalink
set initial block color to None (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao authored Dec 7, 2024
1 parent e48303c commit bbb9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcvi/graphics/dotplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def dotplot(
logger.debug("Capping values within [%.1f, %.1f]", vmin, vmax)

block_id = 0
block_color = "k"
block_color = None
for row in fp:
atoms = row.split()
if row[0] == "#":
Expand Down

0 comments on commit bbb9dd9

Please sign in to comment.