We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b4d26 commit e510b1dCopy full SHA for e510b1d
stagpy/field.py
@@ -306,7 +306,7 @@ def cmd():
306
for step in sdat.walk.filter(snap=True):
307
for vfig in lovs:
308
fig, axes = plt.subplots(ncols=len(vfig), squeeze=False,
309
- figsize=(9 * len(vfig), 6))
+ figsize=(6 * len(vfig), 6))
310
for axis, var in zip(axes[0], vfig):
311
if var[0] not in step.fields:
312
print(f"{var[0]!r} field on snap {step.isnap} not found")
0 commit comments