remd - amber all atom min refinement
[django_unres.git] / files / matplotlib_fit_hist.py
index bd4dbea..1f5050c 100755 (executable)
@@ -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')