Answer the question
In order to leave comments, you need to log in
How to draw a graph with Russian text in Plot.ly?
I use Plot.ly to draw graphs. And I need to create labels for the Y axes in Russian on these charts .
plot_ly(x = data[,1],
y = data[,2],
mode = 'lines'
)%>%
layout(
font = list(family = "Times New Roman", size = 14, color = "#000"),
yaxis = list(title = "Название оси на русском языке")
)
Answer the question
In order to leave comments, you need to log in
It looks like an encoding problem.
What encoding do you have in your project?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question