figure: set figsize spatial time difference

This commit is contained in:
Eric Teunis de Boone 2022-09-05 18:12:43 +02:00
parent b528735993
commit 248a9e6104

View file

@ -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 = []