mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
added void plotting
This commit is contained in:
parent
060ddbd4a1
commit
2f381f3a49
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue