using greek \mu instead of u for axis labels ;)

This commit is contained in:
David Rower
2019-12-09 19:14:08 -05:00
parent 51eae81ee2
commit 3cf44cff9f
+2 -2
View File
@@ -261,8 +261,8 @@ class Ptycho2DDataset(CDataset):
axes[0].invert_xaxis()
axes[0].set_facecolor('k')
axes[0].set_xlabel('Translation x (um)', labelpad=1)
axes[0].set_ylabel('Translation y (um)', labelpad=1)
axes[0].set_xlabel('Translation x ($\mu$m)', labelpad=1)
axes[0].set_ylabel('Translation y ($\mu$m)', labelpad=1)
cb1 = plt.colorbar(nanomap, ax=axes[0], orientation='horizontal',
format='%.2e',
ticks=ticker.LinearLocator(numticks=5),