Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmerten committed Nov 8, 2023
2 parents 3d190ba + 11a10eb commit 1b97602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions photonField.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ def getEmax(self, z=0):
y10lo = c * EBL_Saldana21('lower').getDensity(eps)
y10up = c * EBL_Saldana21('upper').getDensity(eps)


figure()
plot(x, y1, label='Kneiske 2004')
plot(x, y3, label='Stecker 2005')
Expand All @@ -740,7 +739,6 @@ def getEmax(self, z=0):
fill_between(x, y9lo, y9up, facecolor='g', edgecolor='none', alpha=0.2, zorder=-1, label='Stecker 2016 (limits)')
fill_between(x, y10lo, y10up, facecolor='b', edgecolor='none', alpha=0.2, zorder=-1, label='Saldana 2021 (limits)')


legend(loc='lower center', fontsize='x-small')
loglog()
grid()
Expand Down

0 comments on commit 1b97602

Please sign in to comment.