We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f1a9f commit f9d146fCopy full SHA for f9d146f
1 file changed
R/mcmc-parcoord.R
@@ -154,6 +154,7 @@ mcmc_parcoord <-
154
155
graph +
156
scale_x_discrete(expand = c(0,0), labels = levels(draws$Parameter)) +
157
+ expand_limits(x = nlevels(draws$Parameter) + 0.5) +
158
labs(x = NULL, y = NULL)
159
}
160
0 commit comments