From 150ea357b034b010e4742d42f87776a073050980 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Wed, 5 Feb 2020 17:49:19 +0100 Subject: [PATCH] remd_step_rms plot ylim 0 --- files/matplotlib_hist.py | 1 + 1 file changed, 1 insertion(+) 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') -- 1.7.9.5