Hello. I'm able to add thousands separators in "y" axis but I can't do it in the content area:
This is the code that I use for "y" axis:
scale_y_continuous(labels=function(x) format(x, big.mark = ".", decimal.mark = ",", scientific = FALSE)
Anything similar to plot the thousand separator in the content area? Thanks in advance.