Skip to content

Commit

Permalink
Update index.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Dec 10, 2024
1 parent 6d91f79 commit 4b97615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ let
sub_chn = inference_results.samples[inference_results.samples.name_map.parameters[[1:5;
end]]]
fig = pairplot(sub_chn)
lines!(fig[1, 1], ar.std_prior, label = "Prior")
lines!(fig[1, 1], ar.std, label = "Prior")
lines!(fig[2, 2], ar.init_prior.v[1], label = "Prior")
lines!(fig[3, 3], ar.init_prior.v[2], label = "Prior")
lines!(fig[4, 4], ar.damp_prior.v[1], label = "Prior")
Expand Down

0 comments on commit 4b97615

Please sign in to comment.