Skip to content

Commit

Permalink
move ref label too
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed May 13, 2024
1 parent 3730560 commit c0bc674
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 @@ -642,7 +642,7 @@ def make_graph(num_seqs,
rect = patches.Rectangle((0,(top_polygon)), length, y_inc ,alpha=0.2, fill=True, edgecolor='none',facecolor="dimgrey")
ax.add_patch(rect)

ax.text(-20, y_inc * -0.2, label_map["reference"], size=9, ha="right", va="center")
ax.text(0, y_inc * -0.2, label_map["reference"], size=9, ha="right", va="center")

ref_genome_position = y_inc*-2.7

Expand Down

0 comments on commit c0bc674

Please sign in to comment.