Skip to content

Commit b6ea6d0

Browse files
committed
added color to heatmap
1 parent 3058b71 commit b6ea6d0

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

figures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for file_type in file_types
6464
plots = [plots... vline!([numSamples*0.1+0.5], label="Adaption", color=:green, linewidth=1.5, linestyle=:dot, legend=nothing)]
6565

6666
# Plot posterior histograms
67-
p = corrplot(posterior, label=paramNames, size=(539,500), xrot=90)
67+
p = corrplot(posterior, label=paramNames, size=(539,500), xrot=90, fillcolor=:thermal)
6868
plot!(p, subplot=16, xformatter=x->x)
6969
savefig(file_type*"posterior.pdf")
7070
end

results/mcmc/cont_posterior.pdf

84 Bytes
Binary file not shown.
108 Bytes
Binary file not shown.
84 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)