I know that it is possible to customize some features of "legend.hist" from tm_layout such as "legend.hist.height", "legend.hist.size", "legend.hist.width" and so. However, is there some way to customize the x-axis or y-axis like for instance scale_y_continuous(breaks = seq(70, 80, by = 2)) from ggplot or even xlim() ?
Thank you in advance