fig, ax = plt.subplots() ax.text( .5, .5, "There are 几个汉字 in between!", family=['DejaVu Sans', 'Noto Sans CJK JP', 'Noto Sans TC'], ha='center' )