[PYTHON] Écrire un histogramme empilé avec matplotlib

Je ne sais pas si l'histogramme empilé est correct.

stackedhistogram.py


import matplotlib.pyplot as P

one = (100, 100, 500, 600, 800)
two = (100, 100, 500, 600, 800, 100, 100, 100, 100, 100)
three = (900, 100, 500, 600, 800, 500)

P.hist((one, two, three), histtype='barstacked', bins=5, label=('one', 'two', 'three'), color=('r', 'g', 'b'))
P.legend()
P.show()

stackedhistogram.png

référence

Recommended Posts

Écrire un histogramme empilé avec matplotlib
histogramme avec matplotlib
Dessinez un joli graphique circulaire avec matplotlib
[Python] Comment créer un histogramme bidimensionnel avec Matplotlib
Manuel de graphisme Python avec Matplotlib.
Dessinez un graphique lâche avec matplotlib
Ecrire un réseau résiduel avec TFLearn
Ecrire un script batch avec Python3.5 ~
Essayez de dessiner une distribution normale avec matplotlib
Faire une figure partiellement zoomée avec matplotlib
Ecrire des graphiques SVG avec matplotlib avec heroku
Créer un graphique avec des bordures supprimées avec matplotlib
Animation avec matplotlib
Japonais avec matplotlib
Animation avec matplotlib
Faire une animation avec matplotlib
Dessinez une surface plane avec un graphique 3D matplotlib
Les bases de Pandas pour les débutants ③ Créez un histogramme avec matplotlib
Faire un histogramme pour le moment (matplotlib)
Je veux écrire dans un fichier avec Python
Visualiser grib2 sur une carte avec python (matplotlib)
Créez un graphique empilé correspondant aux directions positives et négatives avec matplotlib
[Python] Comment dessiner un graphique linéaire avec Matplotlib
Format A4 avec python-pptx
J'ai créé un graphique à barres empilées avec matplotlib de Python et ajouté une étiquette de données
Dessinez de force quelque chose comme un organigramme avec Python, matplotlib
Graphique de bande avec matplotlib
Apprenez avec Chemo Informatics Matplotlib
[Python] Un mémo pour écrire du CSV verticalement avec Pandas
Je souhaite créer manuellement une légende avec matplotlib
Ecrire un histogramme à l'échelle logarithmique sur l'axe des x en python
Dessin en temps réel avec matplotlib
Différentes barres de couleurs avec Matplotlib
Graphique 3D avec matplotlib
Décorer avec un décorateur
[Python] Comment dessiner un diagramme de dispersion avec Matplotlib
[Python] Road to the Serpent (5) Jouez avec Matplotlib
Ajustez les axes avec matplotlib
[Dessin graphique] J'ai essayé d'écrire un graphique à barres multi-séries avec matplotlib et seaborn
Étudier les mathématiques avec Python: dessiner un graphe sympy (scipy) avec matplotlib
Créer une animation gif à partir d'un fichier de numéro de série avec matplotlib
Créons un diagramme PRML avec Python, Numpy et matplotlib.
Une histoire sur l'installation de matplotlib à l'aide de pip avec une erreur
Écrivez des graphiques en temps réel avec Matplotlib sur le notebook Jupyter
[Linux] Ecrire un outil de déploiement à l'aide de rsync avec un script shell
Graphique des données Excel avec matplotlib (1)
Apprenez librosa avec un tutoriel 1
Dessinez un graphique avec NetworkX
Ecrire une fonction de densité du noyau
Essayez d'utiliser matplotlib avec PyCharm
Essayez de programmer avec un shell!
Écrivez facilement if-elif avec lambda
comportement de matplotlib: histgramme normé
Créer une page d'accueil avec django
Méthode de dessin graphique avec matplotlib
Lire et écrire des fichiers
Graphique des données Excel avec matplotlib (2)