@@ -106,8 +106,8 @@ def single_logo_(df_logo=None, df_logo_info=None,
106
106
_add_tmd_jmd_label (** args_parts , x_shift = - 0.5 , height_factor = 2.6 , start = start ,
107
107
fontsize_tmd_jmd = fontsize_tmd_jmd , weight_tmd_jmd = weight_tmd_jmd )
108
108
if highlight_tmd_area :
109
- ut .highlight_tmd_area (** args_parts , x_shift = - 0.5 , alpha = highlight_alpha )
110
-
109
+ ut .highlight_tmd_area (** args_parts , x_shift = - 0.5 , tmd_color = tmd_color ,
110
+ alpha = highlight_alpha , start = start )
111
111
# Adjust labels and formatting
112
112
sns .despine (ax = ax_logo , top = True , bottom = True )
113
113
ax_logo .set_ylabel (y_label , size = fontsize_labels )
@@ -180,9 +180,8 @@ def multi_logo_(list_df_logo=None, target_p1_site=None, figsize_per_logo=(8, 3),
180
180
else :
181
181
ax_logo .set_xticks ([])
182
182
if highlight_tmd_area :
183
- ut .highlight_tmd_area (** args_parts , x_shift = - 0.5 ,
184
- alpha = highlight_alpha , y_max = y_max )
185
-
183
+ ut .highlight_tmd_area (** args_parts , x_shift = - 0.5 , tmd_color = tmd_color ,
184
+ alpha = highlight_alpha , start = start , y_max = y_max )
186
185
# Adjust labels and formatting
187
186
sns .despine (ax = ax_logo , top = True , bottom = True )
188
187
ax_logo .set_ylabel (y_label , size = fontsize_labels )
0 commit comments