2016-10-30 4 views
0

pyplot jeder Anruf aufhängt up, wie diese:matplotlib.pyplot hängt bei jedem Anruf

import matplotlib.pyplot as plt 
plt.plot([1,2,3,4]) 

oder diese:

plt.ylabel('some numbers') 

Ein Kern der CPU hält bei 100% .

Jeder andere Aufruf mit pyplot (plt.*) wird das gleiche Ergebnis liefern.

Ich benutze ubuntu 16.04.LTS, Python 2.7.12 und 1.5.3 matplotlib

Antwort

0

versuchen ipython von Anaconda. Was ist Ihre PC-Konfiguration? 12 MHz mit 8 MB Ram? Plotten von Daten mit Matplotlib ist eine absolute grundlegende Aufgabe

0

Ich habe Ubuntu neu installiert und es funktioniert jetzt. Sonst hat nichts geholfen.