From 5379f0d64885d769db0d5f89c29290940766e5fe Mon Sep 17 00:00:00 2001 From: Ray Kim Date: Tue, 28 Nov 2023 22:09:58 +0000 Subject: [PATCH] fix wrong y-label --- Project.toml | 2 +- src/rankplot.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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