Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Feb 23, 2024
1 parent 99c093d commit a9d1b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gseapy/plot.py
Expand Up @@ -927,7 +927,7 @@ def add_colorbar(self, sc):
shrink=0.25,
aspect=10,
anchor=(0.0, 0.2), # (0.0, 0.2),
location="right"
location="right",
# cax=cax,
)
# cbar.ax.tick_params(direction='in')
Expand Down 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[0])-1],
[0, len(self.runes[0]) - 1],
0,
1,
linewidth=0.5,
Expand Down

0 comments on commit a9d1b7b

Please sign in to comment.