Skip to content
Snippets Groups Projects
Commit 010009ce authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

`$\delta p$` to `$\delta$ p`

parent 16508fff
No related branches found
No related tags found
1 merge request!227`$\delta p$` to `$\delta$ p`
...@@ -186,7 +186,7 @@ if __name__ == '__main__': ...@@ -186,7 +186,7 @@ if __name__ == '__main__':
weights=np.repeat(1./float(rec_p.shape[0]), rec_p.shape[0]), ec='k') weights=np.repeat(1./float(rec_p.shape[0]), rec_p.shape[0]), ec='k')
nbins = hbins.shape[0] - 1 nbins = hbins.shape[0] - 1
ax.set_ylabel('Normalized Counts / {:d} Bins'.format(nbins), fontsize=20) ax.set_ylabel('Normalized Counts / {:d} Bins'.format(nbins), fontsize=20)
ax.set_xlabel('$\delta p$ (%)', fontsize=20) ax.set_xlabel(r'$\delta$ p (%)', fontsize=20)
# theta resolution # theta resolution
ax = axs.flat[2] ax = axs.flat[2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment