Skip to content

Commit

Permalink
label position
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed May 13, 2024
1 parent 876d118 commit 3730560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snipit/scripts/snp_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def make_graph(num_seqs,
ax.add_patch(rect)

# for each record add the name to the left hand side
ax.text(-50, y_level, label_map[record], size=9, ha="right", va="center")
ax.text(0, y_level, label_map[record], size=9, ha="right", va="center")

position = 0

Expand Down

0 comments on commit 3730560

Please sign in to comment.