Armin Corbin
Results
2
issues of
Armin Corbin
Given the namelist file `setup.nml` ```fortran &setup test%var1 = 1 test%var2 = 2 / ``` and the patch ```python patch={'setup': {'test':{'var2': 3}}} ``` the call ```python f90nml.patch('setup.nml', patch, 'patched_setup.nml') ```...
I plot the colorbar on another axis (so I can align the scaleogram and the actual signal, vertically) ```python fig = plt.figure(constrained_layout=True) gs = fig.add_gridspec(2, 2, width_ratios=[0.95, 0.05]) ax1 =...
bug