Does Julia support Chinese characters when plotting graph?

I have solved this problem.

using PlotlyJS
plotlyjs()
plot(rand(10), xlabel = "时间")

3 Likes