Adjusted examples

This commit is contained in:
Sebastian Kloth 2023-12-28 14:10:30 +01:00
parent 608cdb12eb
commit 4ace860436

View File

@ -39,7 +39,7 @@ chi4 = len(OW[0]) * Fqt.var(axis=0)
tudplot.activate()
plt.plot(t, chi4, 'h', label=r'$\chi_4$')
plt.plot(t[2:-2], md.utils.runningmean(chi4, 5), '-', label='smoothed')
plt.plot(t[2:-2], md.utils.moving_average(chi4, 5), '-', label='smoothed')
plt.semilogx()
plt.xlabel('time / ps')