mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
multiple improvement to cross-comparison analysis
This commit is contained in:
parent
f17e2dbdc8
commit
a04bf89265
4 changed files with 43 additions and 32 deletions
|
@ -157,13 +157,15 @@ for (iSample,sampleDir) in enumerate(sampleDirList):
|
|||
minHist = minHist[trim]
|
||||
maxHist = maxHist[trim]
|
||||
binCentersToUse = binCenters[trim]
|
||||
alpha = 0.75
|
||||
if dataPortion == "central":
|
||||
hatch = '/'
|
||||
hatch = '//'
|
||||
else:
|
||||
hatch = None
|
||||
fill_between(binCentersToUse, minHist, maxHist,
|
||||
label=lineLabel, color=colorList[iSample],
|
||||
alpha=0.5, hatch=hatch
|
||||
alpha=alpha,
|
||||
hatch=hatch
|
||||
)
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue