Hi,
I am working with surveys in Armenian Language.
I have a plot created by ggplot, that has the text on both x and y axis in Armenian Language as such:
(see plot_1 attached)
Whenever this plot is rendered to PDF, the Armenian text does no longer appear, instead ...... appears. (see plot_2 attached)plot_2.pdf (6.1 KB)
How can I solve this issue? Is the text in ggplot restricted to specific language?
The below is the code that I am using:
library(ggplot2)
ggplot(mtcars, aes(hp, mpg)) +
geom_point() + labs(x = 'կառնի', y = 'կառնի')
Thank you in advance.
Best,
Karni