From c0ac46a975d8e6c44ea5458b218ecc09c779fe00 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Mon, 8 Oct 2018 21:30:51 +0200
Subject: [PATCH] Better description of the cooling rate on the temperature
 evolution plot.

---
 examples/SmallCosmoVolume_cooling/plotTempEvolution.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/SmallCosmoVolume_cooling/plotTempEvolution.py b/examples/SmallCosmoVolume_cooling/plotTempEvolution.py
index 118ef750b8..790e80bf9b 100644
--- a/examples/SmallCosmoVolume_cooling/plotTempEvolution.py
+++ b/examples/SmallCosmoVolume_cooling/plotTempEvolution.py
@@ -163,7 +163,7 @@ legend(loc="upper left", frameon=False, handlelength=1.5)
 
 # Cooling model
 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:
     text(1e-2, 6e4, "No cooling")
     
-- 
GitLab