Adjusted examples
This commit is contained in:
parent
608cdb12eb
commit
4ace860436
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user