flush_axis | R Documentation |
A shorcut for making axis text flush with axis
flush_axis
An object of class numeric
of length 4.
Other Making charts:
plot_lollipop()
,
prepare_lollipop_data()
,
schola_barplot()
,
theme_schola()
library(ggplot2) ggplot(mpg) + geom_bar(aes(y = class)) + scale_x_continuous(expand = flush_axis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.