Skip to content

Commit 2e60bcf

Browse files
authored
Update zdc_pi0_plots.py
\, to \\,
1 parent e65a4b7 commit 2e60bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/zdc_pi0/analysis/zdc_pi0_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def gauss(x, A,mu, sigma):
224224
sigma=dresvals, maxfev=10000)
225225
xx=np.linspace(55, 200, 100)
226226
#plt.plot(xx, fnc(xx, *coeff), label=f'fit: ${coeff[0]*1000:.1f}+{coeff[1]*1000:.4f}\\times E$ MeV')
227-
plt.plot(xx, fnc(xx, *coeff), label=f'fit: $({coeff[0]*1000:.1f}+{coeff[1]*1000:.4f}\\times [E\,in\,GeV])$ MeV')
227+
plt.plot(xx, fnc(xx, *coeff), label=f'fit: $({coeff[0]*1000:.1f}+{coeff[1]*1000:.4f}\\times [E\\,in\\,GeV])$ MeV')
228228
plt.legend()
229229

230230

0 commit comments

Comments
 (0)