From cc3c3f01047157882dc2f142ba0f5fe667438a03 Mon Sep 17 00:00:00 2001 From: Francesco Gasperin Date: Thu, 2 Nov 2017 18:22:51 +0100 Subject: [PATCH] fix : --- losoto/operations/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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