Exporting PDFs containing greek symbols

Hi,

I am trying to export my plot as a PDF, it contains µl in the Y lab. When exported as a PNG the µ is present but when exported as a PDF I get .. in place of the µ.

This is my code:

ggboxplot(data = data, x = "EqHV", y = "ALTUL", add = "jitter", ylab = "ALT (μL)",
palette = "Dose", fill = "EqHV", ylim = c(0,40)) +
geom_hline(yintercept=c (5.4), linetype="dashed", color = "red") +
stat_compare_means (label = "p.signif", label.y = 81)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.