-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed as not planned
Labels
Description
Details
This issue is the continuance of #791
Reproduce Procedure
#!/usr/bin/env julia
# export GKS_ENCODING=utf-8
# julia: 1.4.0
# Plot.jl: 0.29.1
# sci-visualization/gr: 0.50.0-r1
using Plots
xlabel!("你好")This is correct. However.
savefig("a.pdf")Backends
This bug occurs on ( insert x below )
| Backend | yes | no | untested |
|---|---|---|---|
| gr (default) | x | ||
| pyplot | x | ||
| plotly | x | ||
| plotlyjs | x | ||
| pgfplotsx | x | ||
| inspectdr | x |

