From a9d1b7bb37d45366dafb0d8ee79b282e68d30d53 Mon Sep 17 00:00:00 2001 From: zqfang Date: Thu, 22 Feb 2024 17:16:49 -0800 Subject: [PATCH] code format --- gseapy/plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gseapy/plot.py b/gseapy/plot.py index 7c640ac..7602b85 100644 --- a/gseapy/plot.py +++ b/gseapy/plot.py @@ -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') @@ -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,