diff --git a/Project.toml b/Project.toml index 7f52926..f19d8f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MCMCTesting" uuid = "9963b6a1-5d46-439c-8efc-3a487843c7fa" -version = "0.3.1" +version = "0.3.2" [deps] HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5" diff --git a/src/rankplot.jl b/src/rankplot.jl index b8de756..63cf49a 100644 --- a/src/rankplot.jl +++ b/src/rankplot.jl @@ -30,7 +30,7 @@ The black horizontal line shows the density of a uniform distribution, while the n_samples = test.n_samples xguide --> "Rank" - yguide --> "Count" + yguide --> "Density" xlims --> [1,n_max_rank] ylims --> [0, Inf] bins --> 0:1:n_max_rank