mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2024-11-12 18:43:30 +01:00
figure: set figsize spatial time difference
This commit is contained in:
parent
b528735993
commit
248a9e6104
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ def main():
|
||||||
ant2_loc = [0.3, -0.4]
|
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
|
# Overall styling
|
||||||
if True:
|
if True:
|
||||||
|
@ -123,7 +123,7 @@ def main():
|
||||||
|
|
||||||
# Transmitter
|
# Transmitter
|
||||||
t = ax.plot(*trans_loc, '*', **trans_kwargs)
|
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
|
# Antenna
|
||||||
ants = []
|
ants = []
|
||||||
|
|
Loading…
Reference in a new issue