[PYTHON] Réglage facile de la police japonaise avec matplotlib

Je pourrais le définir en vérifiant dans la liste et en éditant un peu le fichier sans le télécharger.

environnement

terminal


$ uname -a
Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 GNU/Linux
$ cat /etc/debian_version
9.0
$ python3 --version
Python 3.5.3
$ python3 -c "import matplotlib; print(matplotlib.__version__)"
2.0.0

Vérification

terminal


$ python3 -c "import matplotlib as mpl; print(mpl.matplotlib_fname())"
/etc/matplotlibrc
$ python3 -c "import matplotlib.font_manager; print([f.name for f in matplotlib.font_manager.fontManager.ttflist])" | grep  --color=auto -i gothic
['STIXGeneral', ... , 'IPAGothic',  ...  'MathJax_SansSerif']

Le texte que vous recherchez est surligné en couleur afin que vous puissiez le trouver facilement.

Modifier le fichier de paramètres

$ sudo vim /etc/matplotlib

Remplacez par font.family: IPAGothic.

Recommended Posts

Réglage facile de la police japonaise avec matplotlib
Japonais avec matplotlib
Dessinez le japonais avec matplotlib sur Ubuntu
Dessinez facilement des graphiques avec matplotlib
Animation facile avec matplotlib (mp4, gif)
Afficher le graphique japonais avec VS Code + matplotlib
[Python] Rendons matplotlib compatible avec le japonais
python Paramètre japonais respectueux de l'environnement
tesseract-OCR pour Python [version japonaise]
Réglage facile de la police japonaise avec matplotlib
Paramètre japonais pclinuxos64-kde5
Animation avec matplotlib
Animation avec matplotlib
histogramme avec matplotlib
Faire une animation avec matplotlib
Augmentez la taille de la police du graphique avec matplotlib
Easy Grad-CAM avec pytorch-gradcam
Graphique 2 axes avec Matplotlib
Entrée japonaise avec pyautogui
Carte thermique par Python + matplotlib
Graphique de bande avec matplotlib
Parler en japonais avec OpenJtalk
Apprenez avec Chemo Informatics Matplotlib
Dessin en temps réel avec matplotlib
Différentes barres de couleurs avec Matplotlib
Graphique 3D avec matplotlib
python Paramètre japonais respectueux de l'environnement
Débogage facile avec ipdb
Ajustez les axes avec matplotlib
TopView facile avec OpenCV
Créer un graphique SVG avec matplotlib avec heroku (affiché en japonais)
Envoyer du courrier japonais avec Python3
Graphique des données Excel avec matplotlib (1)
Environnement toxique facile avec Jenkins
[Seaborn] Afficher le japonais (changer la police)
[Analyse de co-occurrence] Analyse de co-occurrence facile avec Python! [Python]
Essayez d'utiliser matplotlib avec PyCharm
Paramètre de localisation japonais de PyCharm
Définir la police matplotlib dans ubuntu
Méthode de dessin graphique avec matplotlib
Synchronisation facile des dossiers avec Python
Rendre avec la syntaxe facile
Graphique des données Excel avec matplotlib (2)
Grattage Web facile avec Scrapy
Bar plot empilable avec matplotlib
Compilation facile de Python avec NUITKA-Utilities
Serveur HTTP facile avec Python
Connexion proxy facile avec django-hijack
Sélectionnez les couleurs en dégradé avec matplotlib
Animer plusieurs graphiques avec matplotlib