Skip to content

Commit

Permalink
fix :
Browse files Browse the repository at this point in the history
  • Loading branch information
revoltek committed Nov 2, 2017
1 parent d6889dc commit cc3c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion losoto/operations/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc3c3f0

Please sign in to comment.