Skip to content
Snippets Groups Projects

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

Merged Wouter Deconinck requested to merge latex-delta-p into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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]
Loading