diff --git a/python_tools/void_python_tools/voidUtil/plotUtil.py b/python_tools/void_python_tools/voidUtil/plotUtil.py index 10c5a20..d4e8dfe 100644 --- a/python_tools/void_python_tools/voidUtil/plotUtil.py +++ b/python_tools/void_python_tools/voidUtil/plotUtil.py @@ -278,7 +278,7 @@ def plotVoidCells(catalog, for p in xrange(len(volume)): if (shiftedPartVoid[p,2]>(cellsMinlimz) and \ - shiftedPartVoid[p,2]<(cellsMinlimz) and \ + shiftedPartVoid[p,2]<(cellsMaxlimz) and \ radius[p]>cellsradiuslim): color = 'blue' circle = plt.Circle((shiftedPartVoid[p,0], \