Die Suche ergab 9 Treffer

von BigBoy
Montag 11. Dezember 2017, 21:47
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Ein Wechsel auf Python 3 lohnt sich jetzt nicht mehr. Ich brauche das nur für ein einziges Projekt und danach deinstalliere ich es wieder, da ich in meiner Freizeit nicht programmiere.
von BigBoy
Montag 11. Dezember 2017, 21:07
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Danke für die Hilfe. Ich habe Python jetzt auf meinem zweiten Rechner installiert und dort läuft jetzt alles.
von BigBoy
Montag 11. Dezember 2017, 20:54
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

@noisefloor Ja. Da ist eins in meinem Namen.
von BigBoy
Montag 11. Dezember 2017, 20:46
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Das Ergebnis ist C:\Users\Mein Name\AppData\Roaming\SPB_Data

Allerdings ist in meinem Namen ein ö
von BigBoy
Montag 11. Dezember 2017, 20:24
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Ich habe nur den Unterstrich im Projektnamen.
von BigBoy
Montag 11. Dezember 2017, 20:19
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Leider nicht
von BigBoy
Montag 11. Dezember 2017, 20:00
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Gott, Ich sollte echt langsam mal ins Bett gehen. So jetzt nochmal. Jetzt sollte alles passen. import numpy as np import matplotlib.pyplot as plt x = np.arange(0, 5, 0.1) y = np.sin(x) plt.plot(y) plt.show() Traceback (most recent call last): File "C:\Python27\plot_test.py", line 6, in <mo...
von BigBoy
Montag 11. Dezember 2017, 19:25
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Re: Fehler bei matplotlib

Entschuldigung, da habe ich den doch glatt vergessen. Ich habe ihn jetzt hinzugefügt.
von BigBoy
Montag 11. Dezember 2017, 19:10
Forum: Installation/Konfigurieren
Thema: Fehler bei matplotlib
Antworten: 18
Zugriffe: 4559

Fehler bei matplotlib

Hallo, Ich beschäftige mich seit kurzen mit Python 2.7.14 und wolle nun einen Graphen anzeigen lassen. Das Problem welches ich jetzt habe ist, dass wenn ich das Programm starte eine Fehlermeldung bekomme und nicht weiß wie ich das löse. Ich hoffe ihr könnt mir mit diesem Fehler helfen. Ich danke euc...