diff --git a/losoto/operations/plot.py b/losoto/operations/plot.py index 88cb1cc1..df73e8e0 100644 --- a/losoto/operations/plot.py +++ b/losoto/operations/plot.py @@ -79,7 +79,7 @@ def plot(Nplots, NColFig, figSize, cmesh, axesInPlot, axisInTable, xvals, yvals, colorFlag = 'k' vals = dataCube[Ntab][Ncol] - if numpy.ma.getmask(dataCube[Ntab][Ncol]).all() + if numpy.ma.getmask(dataCube[Ntab][Ncol]).all(): continue # plotting