Yoctol / yoctol-nlu-py

Yoctol understood SDK for python.
http://yoctol-nlu-py.readthedocs.io/en/latest/
MIT License
10 stars 4 forks source link

centralize management of font style #56

Closed SoluMilken closed 6 years ago

SoluMilken commented 6 years ago

By calling the function plt_set_font_style() before saving or showing a figure, the font style "SimHei" will apply to all the text in a figure. This type of font style supports Chinese characters. If you prefer other font styles, just give where it's stored as an input argument to plt_set_font_style() , and all the text in the figure will be presented in that style.