X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=files%2Fmatplotlib_fit_hist.py;h=1f5050c3e9de22a1f53044d2f535f08c59659bc3;hb=02a79f27c087ac7d1dfec1af8a6566b1e7437bab;hp=bd4dbea433d4e11378022467aa9340b076320177;hpb=16c08be7a995f043fe52664416aa4379d9a99d06;p=django_unres.git diff --git a/files/matplotlib_fit_hist.py b/files/matplotlib_fit_hist.py index bd4dbea..1f5050c 100755 --- a/files/matplotlib_fit_hist.py +++ b/files/matplotlib_fit_hist.py @@ -62,6 +62,12 @@ plt.ylabel('potential energy') plt.plot(x1,e,'.') plt.savefig('md_ene.png') +plt.clf() +plt.xlabel('step') +plt.ylabel('radius of gyration') +plt.plot(x1,gy,'.') +plt.savefig('md_gyr.png') + if ncolumns==14: plt.clf() plt.xlabel('step')