From ec443c9bd44e912e26afa4b318f4c5341c2340ab Mon Sep 17 00:00:00 2001 From: Langspielplatte Date: Thu, 13 Jul 2023 09:55:12 +0200 Subject: [PATCH] Valuefixes --- plot_single_transmission_paper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plot_single_transmission_paper.py b/plot_single_transmission_paper.py index 022a303..54aee23 100755 --- a/plot_single_transmission_paper.py +++ b/plot_single_transmission_paper.py @@ -180,7 +180,8 @@ if __name__ == "__main__": fig.suptitle("{} with {}".format(transmission_direction, cc_algo)) ax0 = ax[0] ax1 = ax0.twinx() - ax2 = ax0.twinx() + #ax2 = ax0.twinx() + ax2 = ax[1] # ax2.spines.right.set_position(("axes", 1.22)) ax00 = ax[1]