rgyr correction
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Thu, 24 Aug 2017 12:06:32 +0000 (14:06 +0200)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Sat, 26 Aug 2017 16:01:41 +0000 (18:01 +0200)
Conflicts:

files/matplotlib_fit_hist.py

files/matplotlib_fit_hist.py

index b828ad3..1f5050c 100755 (executable)
@@ -65,7 +65,7 @@ plt.savefig('md_ene.png')
 plt.clf()
 plt.xlabel('step')
 plt.ylabel('radius of gyration')
-plt.plot(x1,g,'.')
+plt.plot(x1,gy,'.')
 plt.savefig('md_gyr.png')
 
 if ncolumns==14: