Skip to content

Commit 3caac4d

Browse files
committed
minor plot issues
1 parent 65e4897 commit 3caac4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/Chapter07.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ We now visualize the posterior of the intercept under all those priors.
222222

223223
```{r, echo = -c(1:2)}
224224
if (pdfplots) {
225-
pdf("7-2_3.pdf", width = 12, height = 5, lwd = 1.5)
225+
pdf("7-2_3.pdf", width = 12, height = 5)
226226
}
227-
par(mfrow = c(1, 2), mar = c(2.5, 1.5, 1.5, .1), mgp = c(1.5, .5, 0))
227+
par(mfrow = c(1, 2), mar = c(2.5, 1.5, 1.5, .1), mgp = c(1.5, .5, 0), lwd = 1.5)
228228
dens_improper <- density(res_improper$betas[, 1], bw = "SJ", adj = 2)
229229
dens_semi_1 <- density(res_semi_1$betas[, 1], bw = "SJ", adj = 2)
230230
dens_semi_2 <- density(res_semi_2$betas[, 1], bw = "SJ", adj = 2)

0 commit comments

Comments
 (0)