Created
November 24, 2019 16:52
-
-
Save willismax/94da2e88afbd49379325261354be9c80 to your computer and use it in GitHub Desktop.
#下載台北思源黑體移至指定路徑
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#下載台北思源黑體並命名taipei_sans_tc_beta.ttf,移至Colab matplotlib字體路徑 | |
!wget -O taipei_sans_tc_beta.ttf https://drive.google.com/uc?id=1eGAsTN1HBpJAkeVM57_C7ccp7hbgSz3_&export=download ; mv taipei_sans_tc_beta.ttf /usr/local/lib/python3.6/dist-packages/matplotlib/mpl-data/fonts/ttf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment