X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=files%2Fmatplotlib_hist.py;fp=files%2Fmatplotlib_hist.py;h=58d74da77b5a1f3d6b6f6c37fa764137f5833cbe;hb=150ea357b034b010e4742d42f87776a073050980;hp=69bf5b07ef3f54a2d00b16a82064119145027de3;hpb=b0e5f7d1d58d12c2133ad3ef8af42ae80e58bffa;p=django_unres.git diff --git a/files/matplotlib_hist.py b/files/matplotlib_hist.py index 69bf5b0..58d74da 100755 --- a/files/matplotlib_hist.py +++ b/files/matplotlib_hist.py @@ -98,6 +98,7 @@ if ncolumns==14: tt=x0[r0==i] plt.scatter(xt,yt,c=tt,edgecolors='face',s=0.1,cmap=cm.rainbow,vmin=Tremd[0],vmax=Tremd[-1]) plt.xlim(0,max(s)+max(s)*max(r)) + plt.ylim(bottom=0) plt.savefig('remd_step_rms.png')