Skip to content

Commit

Permalink
Merge branch 'tanghaibao:main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto authored Dec 25, 2024
2 parents 9043e99 + bbb9dd9 commit aef18d5
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 aef18d5

Please sign in to comment.