From 248a9e6104a7b82ded3ba444e179e55eeb801248 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Mon, 5 Sep 2022 18:12:43 +0200 Subject: [PATCH] figure: set figsize spatial time difference --- figures/beacon/src/beacon_spatial_time_difference_setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/figures/beacon/src/beacon_spatial_time_difference_setup.py b/figures/beacon/src/beacon_spatial_time_difference_setup.py index d459bc5..6905020 100755 --- a/figures/beacon/src/beacon_spatial_time_difference_setup.py +++ b/figures/beacon/src/beacon_spatial_time_difference_setup.py @@ -102,7 +102,7 @@ def main(): ant2_loc = [0.3, -0.4] ########################### - fig, ax = plt.subplots(1,1,sharex=True, gridspec_kw={'hspace': 0}); + fig, ax = plt.subplots(1,1,sharex=True, gridspec_kw={'hspace': 0}, figsize=(5,2)) # Overall styling if True: @@ -123,7 +123,7 @@ def main(): # Transmitter t = ax.plot(*trans_loc, '*', **trans_kwargs) - ax.annotate('T', xy=trans_loc, ha='right', va='bottom') + ax.annotate('$T$', xy=trans_loc, ha='right', va='bottom') # Antenna ants = []