Skip to main content
Sign in
Snippets Groups Projects
Commit 43c09825 authored by Rayne Liu's avatar Rayne Liu
Browse files

Adjusted dpi

parent 0ed304aa
Branches
No related tags found
No related merge requests found
......@@ -42,9 +42,9 @@ tshift=0
vary_fund = True
#sampler parameters
npoints=200
npoints=137
nwalkers = 42
ntemps=16
ntemps=42
ndim = int(4*(nmax+1))
burnin = 42 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
#This is trivial but often forgotten: this cannot be more than npoints! Usually 1/5~1/4 npoints is what I observe.
......@@ -334,6 +334,6 @@ plt.xlim(timesrd[0], timesrd[0]+80)
plt.xlabel("t")
plt.ylabel("h")
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', bbox_inches = 'tight')
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', dpi = 384, bbox_inches = 'tight')
#import os
#os.system('afplay /System/Library/Sounds/Submarine.aiff')
......@@ -42,11 +42,11 @@ tshift=19
vary_fund = True
#sampler parameters
npoints=20000
nwalkers = 1000
ntemps=16
npoints=137
nwalkers = 42
ntemps=42
ndim = int(4*(nmax+1))
burnin = 4200 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
burnin = 42 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
#This is trivial but often forgotten: this cannot be more than npoints! Usually 1/5~1/4 npoints is what I observe.
numbins = 42 #corner plot parameter - how many bins you want
datacolor = '#105670' #'#4fa3a7'
......@@ -334,6 +334,6 @@ plt.xlim(timesrd[0], timesrd[0]+80)
plt.xlabel("t")
plt.ylabel("h")
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', bbox_inches = 'tight')
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', dpi = 384, bbox_inches = 'tight')
#import os
#os.system('afplay /System/Library/Sounds/Submarine.aiff')
......@@ -42,9 +42,9 @@ tshift=0
vary_fund = False
#sampler parameters
npoints=200
npoints=137
nwalkers = 42
ntemps=16
ntemps=42
ndim = int(4*(nmax+1))
burnin = 42 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
#This is trivial but often forgotten: this cannot be more than npoints! Usually 1/5~1/4 npoints is what I observe.
......@@ -334,4 +334,4 @@ plt.xlim(timesrd[0], timesrd[0]+80)
plt.xlabel("t")
plt.ylabel("h")
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', bbox_inches = 'tight')
\ No newline at end of file
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', dpi = 384, bbox_inches = 'tight')
\ No newline at end of file
......@@ -42,11 +42,11 @@ tshift=19
vary_fund = False
#sampler parameters
npoints=20000
nwalkers = 1000
ntemps=16
npoints=137
nwalkers = 42
ntemps=42
ndim = int(4*(nmax+1))
burnin = 4200 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
burnin = 42 #How many points do you burn before doing the corner plot. You need to watch the convergence of the chain plot a bit.
#This is trivial but often forgotten: this cannot be more than npoints! Usually 1/5~1/4 npoints is what I observe.
numbins = 42 #corner plot parameter - how many bins you want
datacolor = '#105670' #'#4fa3a7'
......@@ -334,4 +334,4 @@ plt.xlim(timesrd[0], timesrd[0]+80)
plt.xlabel("t")
plt.ylabel("h")
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', bbox_inches = 'tight')
\ No newline at end of file
figband.savefig(rootpath+'/git/rdstackingproject/plotsmc/vary'+str(vary_fund)+'nmax='+str(nmax)+'_tshift='+str(tshift)+'_'+str(npoints)+'pt_band.png', format = 'png', dpi = 384, bbox_inches = 'tight')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment