From 0047c8672a8bdd7ed924ba01b871db82e9cd643c Mon Sep 17 00:00:00 2001 From: wendtalexander Date: Wed, 25 Jan 2023 18:14:44 +0100 Subject: [PATCH] removing ax --- code/plot_chirp_size.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/plot_chirp_size.py b/code/plot_chirp_size.py index 39c71a7..0539c6f 100644 --- a/code/plot_chirp_size.py +++ b/code/plot_chirp_size.py @@ -247,7 +247,7 @@ def main(datapath: str): size_winner_pearsonr = pearsonr(size_diffs_winner, size_chirps_winner ) size_loser_pearsonr = pearsonr(size_diffs_loser, size_chirps_loser ) - fig, (ax1, ax2, ax3) = plt.subplots(1, 3, figsize=( + fig, (ax1, ax2) = plt.subplots(1, 2, figsize=( 22*ps.cm, 12*ps.cm), width_ratios=[1.5, 1, 1], sharey=True) plt.subplots_adjust(left=0.098, right=0.945, top=0.94, wspace=0.343) scatterwinner = 1.15