Plotting fix
plt.subplots
returns subscriptable ax
only if nrows
> 1; without this change, the plotting loop crashes if only a single antenna is defined.
Edited by Felix Riehn
IAP GITLAB
plt.subplots
returns subscriptable ax
only if nrows
> 1; without this change, the plotting loop crashes if only a single antenna is defined.