I’m new to GMT.jl and I am struggling with text
function.
using GMT
text("대한민국", fmt="pdf", x=12, y=15, font=12, show=true)
Give the following result:
Can anyone help me with this issue?
Thanks!
I’m new to GMT.jl and I am struggling with text
function.
using GMT
text("대한민국", fmt="pdf", x=12, y=15, font=12, show=true)
Give the following result:
Can anyone help me with this issue?
Thanks!
Seems like something in the pipeline can’t properly handle Hangul Do other plotting packages work? If so, it’s probably best to report an issue with the wrapper repo.