From dec85fa8cfbaa0ee08e2196d0a162603c8a7290c Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 16 Mar 2019 13:49:19 +0000
Subject: [PATCH] Specify on the plot that the He reionization is Helium II.

---
 .../EAGLE_ConstantCosmoVolumeNoGrav/plot_thermal_history.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/EAGLE_ConstantCosmoVolumeNoGrav/plot_thermal_history.py b/examples/EAGLE_ConstantCosmoVolumeNoGrav/plot_thermal_history.py
index b8ce642fca..1494102531 100644
--- a/examples/EAGLE_ConstantCosmoVolumeNoGrav/plot_thermal_history.py
+++ b/examples/EAGLE_ConstantCosmoVolumeNoGrav/plot_thermal_history.py
@@ -138,7 +138,7 @@ if cooling_model == 'EAGLE':
     plt.plot([z_r_H, z_r_H], [3.4, 4.4], 'k--', alpha=0.5, lw=0.7)
     plt.text(z_r_H + 0.1, 3.55, "H reion.", rotation=90, alpha=0.5, fontsize=7, va="bottom")
     plt.plot([z_r_He_centre, z_r_He_centre], [3.4, 4.4], 'k--', alpha=0.5, lw=0.7)
-    plt.text(z_r_He_centre + 0.1, 3.55, "He reion.", rotation=90, alpha=0.5, fontsize=7, va="bottom")
+    plt.text(z_r_He_centre + 0.1, 3.55, "HeII reion.", rotation=90, alpha=0.5, fontsize=7, va="bottom")
     
 # Plot observational data
 plt.errorbar(data_schaye[0],
-- 
GitLab