Meine Rubberduck wusste das richtige Ergebnis...
Code: Alles auswählen
ax = plt.gca()
werte.plot(kind='line',x='wert_anfang', y='wert_eingabe', ax=ax )
werte2.plot(kind='line',x='wert_anfang', y='wert_eingabe', ax=ax )
plt.show()
Code: Alles auswählen
ax = plt.gca()
werte.plot(kind='line',x='wert_anfang', y='wert_eingabe', ax=ax )
werte2.plot(kind='line',x='wert_anfang', y='wert_eingabe', ax=ax )
plt.show()