# NOT RUN {
get_gg_label(a=1, b=1000)
# The following three have the same results.
get_gg_label(a=1, b=1000, mult=0)
get_gg_label(v=c(1, 500, 1000), mult=0)
p=ggplot()+geom_point(aes(1: 3, c(1, 500, 1000)))+
scale_y_continuous(expand=expansion(mult=0))
get_gg_label(gg=p)
# }
Run the code above in your browser using DataLab