change x and Y font to bold in ggplot bar_plot code example
Example 1: ggplot geom_bar x axis labels
##
p + scale_x_discrete(limit = c("I1", "SI2", "SI1"),
labels = c("Ione","SItwo","SIone"))
Example 2: geom_bar change y axis
p + coord_flip()