My categories need to be named with Greek letters. I am using ggplot2, and it works beautifully with the data. Unfortunately I cannot figure out how to put those greek symbols on the x axis (at the tick marks) and also make them appear in the legend. Is there any way to do it?
UPDATE:
I had a look at the link, however, there is no good method described to accomplish what I want to do.
Here is a link to an excellent wiki that explains how to put greek symbols in ggplot2. In summary, here is what you do to obtain greek symbols
parse = Tinsidegeom_textorannotate.expression(alpha)to get greek alpha.labeller = label_parsedinsidefacet.bquote(alpha == .(value))in legend label.You can see detailed usage of these options in the link
EDIT. The objective of using greek symbols along the tick marks can be achieved as follows
For complete documentation on the various symbols that are available when doing this and how to use them, see
?plotmath.