diff --git a/DSSC.py b/DSSC.py index 6aa51fd5aef0041f0186b79ee80f2e1e6377f895..1caa4cc37ec10cc7abeece9c580a274d4c8fd61d 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')