[PYTHON] Jupyter Notebook n'affiche pas le graphique matplotlib

Les statistiques sont populaires dans les cercles, mais j'étudie la science des données avec Python, bien que ce soit une torsion parce que tout le monde utilise R. (Je veux toucher R bientôt)

Pendant ce temps, je suis tombé sur le problème que matplotlib n'était pas étendu en ligne, alors j'ai pris note.

Solution

Il semble qu'il ne sera pas développé en ligne sauf si vous exécutez le code suivant au début de la note.

%matplotlib inline

Before

In  [48] : tz_counts[:10].plot(kind='barh', rot=0)
Out [48] : <matplotlib.axes._subplots.AxesSubplot at 0x18dd7d8c358>

After

In  [49] : %matplotlib inline
In  [50] : tz_counts[:10].plot(kind='barh', rot=0)
Out [50] : <matplotlib.axes._subplots.AxesSubplot at 0x18dd7d8c358>

20170402160818.png

Il sera affiché! Nous l'avons fait, Tae-chan!

Recommended Posts

Jupyter Notebook n'affiche pas le graphique matplotlib
Jupyter n'affiche pas le graphique matplotlib
jupyter notebook ne commence pas par fish sur mac
Jour 65 (Solution) Le bloc-notes Jupyter ne fonctionne pas avec le noyau non connecté.
Le navigateur ne s'ouvre pas automatiquement au démarrage du notebook jupyter
Afficher les graphiques en ligne dans Jupyter Notebook
Jour 65 J'ai installé matplotlib pour dessiner des graphiques sur mon notebook Jupyter.
[Mémo Jupyter Notebook] Afficher les kanji avec matplotlib
Comment corriger un bug qui empêche le notebook Jupyter de démarrer automatiquement
Mémo Jupyter Notebook
Présentation de Jupyter Notebook
Puissant ordinateur portable Jupyter
Mot de passe du notebook Jupyter
Mémo Jupyter Notebook
Dessin graphique avec jupyter (notebook ipython) + matplotlib + vagrant
Que faire lorsque le graphique n'apparaît pas sur le notebook Jupyter (IPython)
Que faire si Jupyter Notebook sur WSL ne démarre pas automatiquement dans le navigateur
Démarrer Jupyter Notebook
3 astuces du notebook Jupyter (Python)
[Cloud103] # 3 Jupyter Notebook à nouveau
Écrivez des graphiques en temps réel avec Matplotlib sur le notebook Jupyter
Affichez des graphiques dynamiques dans le bloc-notes Jupyter. (Affichage en ligne de D3.js)