When knitting to pdf in R Markdown, the plot in the pdf file doesn’t contain axis values and labels.
However, they are printed correctly in the plot inline. (Acturally knitting to html and word works, too)
Any idea about why knitting to pdf fails to show axis values and labels in the plot and how to fix it?