Skip to content

Commit

Permalink
Merge pull request #77 from aertslab/dev
Browse files Browse the repository at this point in the history
remove reduntant plt.tight_layout in contribution score plotting
  • Loading branch information
nkempynck authored Dec 3, 2024
2 parents 5a76acf + 3008127 commit d730793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crested/pl/patterns/_contribution_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ def contribution_scores(
if sequence_labels:
axs[plot_idx - total_classes].set_title(sequence_labels[seq], fontsize=14)

plt.tight_layout()

if "width" not in kwargs:
kwargs["width"] = plot_width
if "height" not in kwargs:
Expand Down

0 comments on commit d730793

Please sign in to comment.