Skip to content

Commit 9978c64

Browse files
committed
Fix Angstrom escape
1 parent a92520f commit 9978c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nexus/bin/qdens

+2-2
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,8 @@ class StatFile(QDBase):
835835
r = dr/2+dr*np.arange(len(lmean),dtype=float)
836836
lmean/=dr
837837
lerror/=dr
838-
xlab = sdim+' ($\AA$)'.format(dim)
839-
ylab = '$N_e/\AA$'
838+
xlab = sdim+' ($\\AA$)'.format(dim)
839+
ylab = '$N_e/\\AA$'
840840
#end if
841841
plt.figure(tight_layout=True)
842842
plt.errorbar(r,lmean,lerror,fmt='b.-')

0 commit comments

Comments
 (0)