Skip to content

Commit

Permalink
D22 docs work
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Mar 4, 2022
1 parent 3eba94d commit ceaaa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dust_extinction/model_flavors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ R(V) (+ other variables) dependent prediction models
# generate the curves and plot them
x = np.arange(0.5,11.0,0.1)/u.micron

Rv = 2.0
Rv = 2.5

models = [CCM89, O94, F99, F04, VCG04, GCC09, M14, F19, D22]

Expand All @@ -182,7 +182,7 @@ R(V) (+ other variables) dependent prediction models
ax.set_xlabel('$x$ [$\mu m^{-1}$]')
ax.set_ylabel('$A(x)/A(V)$')

ax.set_title('R(V) = 2.0')
ax.set_title('R(V) = 2.5')

ax.legend(loc='best')
plt.tight_layout()
Expand Down

0 comments on commit ceaaa0d

Please sign in to comment.