mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +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,
|
voidID,
|
||||||
figDir="./",
|
figDir="./",
|
||||||
plotName="cells",
|
plotName="cells",
|
||||||
plotDensity=True,
|
plotDensity=True,
|
||||||
sliceWidth=250)
|
sliceWidth=250):
|
||||||
|
|
||||||
# plots the particles belonging to a void
|
# plots the particles belonging to a void
|
||||||
# catalog: void catalog
|
# catalog: void catalog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue