Skip to content
Snippets Groups Projects
Commit 72e57e95 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Fix label

parent 92aec2b9
No related branches found
No related tags found
No related merge requests found
...@@ -529,7 +529,7 @@ class DSSC: ...@@ -529,7 +529,7 @@ class DSSC:
fig, [ax1, ax2] = plt.subplots(nrows=2, sharex=True, sharey=True) fig, [ax1, ax2] = plt.subplots(nrows=2, sharex=True, sharey=True)
xr.plot.imshow(self.azimuthal.pumped, ax=ax1, robust=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) ax1.set_xlabel(self.scan_vname)
xr.plot.imshow(self.azimuthal.pumped - self.azimuthal.unpumped, ax=ax2, robust=True) xr.plot.imshow(self.azimuthal.pumped - self.azimuthal.unpumped, ax=ax2, robust=True)
ax2.set_title('pumped - unpumped') ax2.set_title('pumped - unpumped')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment