Skip to content
Snippets Groups Projects
Commit c0ac46a9 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Better description of the cooling rate on the temperature evolution plot.

parent 83871384
Branches
Tags
No related merge requests found
...@@ -163,7 +163,7 @@ legend(loc="upper left", frameon=False, handlelength=1.5) ...@@ -163,7 +163,7 @@ legend(loc="upper left", frameon=False, handlelength=1.5)
# Cooling model # Cooling model
if cooling_model == "Constant Lambda": if cooling_model == "Constant Lambda":
text(1e-2, 6e4, "$\Lambda_{\\rm const} = %.1f\\times10^{%d}~[\\rm{cgs}]$"%(Lambda/10.**(int(log10(Lambda))), log10(Lambda)), fontsize=8) text(1e-2, 6e4, "$\Lambda_{\\rm const}/n_{\\rm H}^2 = %.1f\\times10^{%d}~[\\rm{cgs}]$"%(Lambda/10.**(int(log10(Lambda))), log10(Lambda)), fontsize=7)
else: else:
text(1e-2, 6e4, "No cooling") text(1e-2, 6e4, "No cooling")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment