mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
bug fix in plotting routine
This commit is contained in:
parent
d3cf95bec3
commit
ef3139d886
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def plotVoidCells(catalog,
|
||||||
|
|
||||||
for p in xrange(len(volume)):
|
for p in xrange(len(volume)):
|
||||||
if (shiftedPartVoid[p,2]>(cellsMinlimz) and \
|
if (shiftedPartVoid[p,2]>(cellsMinlimz) and \
|
||||||
shiftedPartVoid[p,2]<(cellsMinlimz) and \
|
shiftedPartVoid[p,2]<(cellsMaxlimz) and \
|
||||||
radius[p]>cellsradiuslim):
|
radius[p]>cellsradiuslim):
|
||||||
color = 'blue'
|
color = 'blue'
|
||||||
circle = plt.Circle((shiftedPartVoid[p,0], \
|
circle = plt.Circle((shiftedPartVoid[p,0], \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue