Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jun 27, 2024
1 parent 713b2ed commit 99a63c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partial_within.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ shrinkageplot(m0)

```{julia}
#| code-fold: true
caterpillar(m0; orderby=3)
caterpillar(m0; orderby=nothing, vline_at_zero=true)
```


Expand Down Expand Up @@ -120,5 +120,5 @@ shrinkageplot(m1)

```{julia}
#| code-fold: true
caterpillar(m1; orderby=3)
caterpillar(m1; orderby=nothing, vline_at_zero=true)
```

0 comments on commit 99a63c3

Please sign in to comment.