Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-05-22 11:38:17 +02:00
parent 548dbd4bdd
commit 38b959ebd1

View File

@@ -87,7 +87,7 @@ def make_plot(r, w, f1, f2, plottype, title, imagename='', plotnr=0):
} }
axis = r.staticgrids axis = r.staticgrids
if axis is None: # pragma: no cover if axis is None or axis.lower() == 'none': # pragma: no cover
gridtrue = False gridtrue = False
axis = 'both' axis = 'both'
else: else: