Based on the answers I read on this question: Bold axis label in ggplot I still have the output with y axis labelled bold but the exponents not math formated? How can I modify this code to be bold:
scale_y_log10(breaks = trans_breaks("log10",function(x) 10^x),
labels = trans_format("log10",math_format(10^.x)),
limits=c(0.00005,5))+ #2.5
Thanks in advance