## matplotlib顯示中文方法 ```python=! !wget -O TaipeiSansTCBeta-Regular.ttf https://drive.google.com/uc?id=1eGAsTN1HBpJAkeVM57_C7ccp7hbgSz3_&export=download import matplotlib # 改style要在改font之前 # plt.style.use('seaborn') matplotlib.font_manager.fontManager.addfont('TaipeiSansTCBeta-Regular.ttf') matplotlib.rc('font', family='Taipei Sans TC Beta') ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up