From 2f381f3a49aaaea11e6d57d5de7f6a88f34ca75d Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Mon, 26 May 2014 08:43:21 -0400 Subject: [PATCH] added void plotting --- python_tools/void_python_tools/voidUtil/plotUtil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_tools/void_python_tools/voidUtil/plotUtil.py b/python_tools/void_python_tools/voidUtil/plotUtil.py index 1309acc..b324816 100644 --- a/python_tools/void_python_tools/voidUtil/plotUtil.py +++ b/python_tools/void_python_tools/voidUtil/plotUtil.py @@ -183,12 +183,12 @@ def plotEllipDist(catalogList, # ----------------------------------------------------------------------------- -plotVoidCells(catalogList, +def plotVoidCells(catalogList, voidID, figDir="./", plotName="cells", plotDensity=True, - sliceWidth=250) + sliceWidth=250): # plots the particles belonging to a void # catalog: void catalog