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
|
||||
if axis is None: # pragma: no cover
|
||||
if axis is None or axis.lower() == 'none': # pragma: no cover
|
||||
gridtrue = False
|
||||
axis = 'both'
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user