In the process of using, Chinese characters cannot be displayed.
binaryinspace opened this issue · 1 comments
binaryinspace commented
lmcinnes commented
I think this is an issue with the font used not supporting chinese characters. Note that DataMapPlot does not use the default matplotlib font -- you will need to actually specify the right font to use for DataMapPlot.
You can select the font, both for labels, and for the title and subtitle, via the fontfamily
keyword argument and via the title_keywords
and sub_title_keywords
arguments that take dictionaries where you can specify the font (again via fontfamily). If you select a font on your system that does display the characters correctly then it should all work.