In Ipython Notebook / Jupyter zeigt Pandas das Diagramm, das ich zu zeichnen versuche, nicht an

Ich versuche, einige Daten mithilfe von Pandas in Ipython Notebook zu zeichnen, und obwohl mir das Objekt angezeigt wird, wird das Diagramm selbst nicht gezeichnet. So sieht es also aus:

<code>In [7]:

pledge.Amount.plot()

Out[7]:

<matplotlib.axes.AxesSubplot at 0x9397c6c>
</code>

Das Diagramm sollte danach folgen, aber es wird einfach nicht angezeigt. Ich habe matplotlib importiert, das ist also nicht das Problem. Gibt es ein anderes Modul, das ich importieren muss?

Antworten auf die Frage(6)

Ihre Antwort auf die Frage