mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +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)):
|
||||
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], \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue