Skip to content

Commit

Permalink
Deprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-a committed Aug 26, 2024
1 parent 3d11a67 commit 6465cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rnaseqc/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,6 @@ def xy_expression(tpm_df, sex_s=None, flag_klinefelter=True, highlight_ids=None,

if sex_s is not None:
leg = ax.legend(loc='upper left', fontsize=12, handlelength=0.5, labelspacing=0.2, bbox_to_anchor=(1,1))
for lh in leg.legendHandles:
for lh in leg.legend_handles:
lh.set_alpha(1)
return res_s

0 comments on commit 6465cb4

Please sign in to comment.