fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user