From be88aec9b3f2a9456aa5ac76840db3225145e39f Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Thu, 19 Jan 2023 15:15:39 +0100 Subject: [PATCH] Background color for cell id. --- plot_transmission_timeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot_transmission_timeline.py b/plot_transmission_timeline.py index cd4e192..be89cee 100755 --- a/plot_transmission_timeline.py +++ b/plot_transmission_timeline.py @@ -194,7 +194,7 @@ if __name__ == "__main__": twin2 = ax.twinx() # Offset the right spine of twin2. The ticks and label have already been # placed on the right by twinx above. - twin2.spines.right.set_position(("axes", 1.2)) + twin2.spines.right.set_position(("axes", 0.6)) # create list fo color indices