From 99a63c331431932acd299b711890a2201a05ebe5 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Tue, 12 Sep 2023 03:44:06 -0500 Subject: [PATCH] more tweaks --- partial_within.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partial_within.qmd b/partial_within.qmd index 9251650..47d03f5 100644 --- a/partial_within.qmd +++ b/partial_within.qmd @@ -80,7 +80,7 @@ shrinkageplot(m0) ```{julia} #| code-fold: true -caterpillar(m0; orderby=3) +caterpillar(m0; orderby=nothing, vline_at_zero=true) ``` @@ -120,5 +120,5 @@ shrinkageplot(m1) ```{julia} #| code-fold: true -caterpillar(m1; orderby=3) +caterpillar(m1; orderby=nothing, vline_at_zero=true) ```