Skip to content
Snippets Groups Projects
Commit 5e10ac8c authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

Use r string for latex titles

parent 16508fff
Branches
Tags
1 merge request!225Use r string for latex titles
......@@ -186,7 +186,7 @@ if __name__ == '__main__':
weights=np.repeat(1./float(rec_p.shape[0]), rec_p.shape[0]), ec='k')
nbins = hbins.shape[0] - 1
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
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