Skip to content

Commit

Permalink
Merge pull request #249 from 136s/master
Browse files Browse the repository at this point in the history
align gene hits track in TracePlot (fixes #248)
  • Loading branch information
zqfang authored Feb 23, 2024
2 parents 2b95ff5 + a667b14 commit d3addfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gseapy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def axes_hits(
trans2 = transforms.blended_transform_factory(ax2.transData, ax2.transAxes)
# align hits to runes
ax2.vlines(
[0, len(self.runes) - 1],
[1, len(self.runes[0])],
0,
1,
linewidth=0.5,
Expand Down

0 comments on commit d3addfe

Please sign in to comment.