Skip to content

Commit

Permalink
fixed #248, #249
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Feb 23, 2024
1 parent 652eb44 commit 99c093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/plot.py
Expand Up @@ -1342,7 +1342,7 @@ def axes_hits(
trans2 = transforms.blended_transform_factory(ax2.transData, ax2.transAxes)
# align hits to runes
ax2.vlines(
[1, len(self.runes[0])],
[0, len(self.runes[0])-1],
0,
1,
linewidth=0.5,
Expand Down

0 comments on commit 99c093d

Please sign in to comment.