From 3008127f04876ad09eac44a20ee961b9bb73f29c Mon Sep 17 00:00:00 2001 From: nkempynck Date: Tue, 3 Dec 2024 11:51:59 +0100 Subject: [PATCH] remove reduntant plt.tight_layout --- src/crested/pl/patterns/_contribution_scores.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/crested/pl/patterns/_contribution_scores.py b/src/crested/pl/patterns/_contribution_scores.py index b0a542e..7585dd1 100644 --- a/src/crested/pl/patterns/_contribution_scores.py +++ b/src/crested/pl/patterns/_contribution_scores.py @@ -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: