Skip to content

Commit 437d1e9

Browse files
committed
use 0.25 instead of 0.5
1 parent f9d146f commit 437d1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mcmc-parcoord.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ mcmc_parcoord <-
154154

155155
graph +
156156
scale_x_discrete(expand = c(0,0), labels = levels(draws$Parameter)) +
157-
expand_limits(x = nlevels(draws$Parameter) + 0.5) +
157+
expand_limits(x = nlevels(draws$Parameter) + 0.25) +
158158
labs(x = NULL, y = NULL)
159159
}
160160

0 commit comments

Comments
 (0)