From 72e57e9549452207ac9f41ced9c8301e5c78f8fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu>
Date: Sat, 26 Oct 2019 03:16:38 +0200
Subject: [PATCH] Fix label

---
 DSSC.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DSSC.py b/DSSC.py
index 6aa51fd..1caa4cc 100644
--- a/DSSC.py
+++ b/DSSC.py
@@ -529,7 +529,7 @@ class DSSC:
         fig, [ax1, ax2] = plt.subplots(nrows=2, sharex=True, sharey=True)
 
         xr.plot.imshow(self.azimuthal.pumped, ax=ax1, robust=True)
-        ax1.set_title('unpumped')
+        ax1.set_title('pumped')
         ax1.set_xlabel(self.scan_vname)
         xr.plot.imshow(self.azimuthal.pumped - self.azimuthal.unpumped, ax=ax2, robust=True)
         ax2.set_title('pumped - unpumped')
-- 
GitLab