import matplotlib.pyplot as plt
import numpy as np
# Werte
x = np.linspace(0, 5, 50)
y = 1 + np.pi * np.sin(np.pi * x)
# Plot
fig, ax = plt.subplots()
ax.plot(x, y, linewidth=1.0)
ax.set(xlim=(0, 5), xticks=np.arange(1, 5),
ylim=(0, 5), yticks=np.arange(1, 5))
plt.show()
Kategorien
-
Neueste Beiträge
- [HANA] Übersicht über die Query-Ausführungs-Engine
- [ABAP] SAPscript: Texte editieren
- [ABAP] DMS: Dokumenteninfosatz zu Bestellung anlegen
- Kartoffelsalat – Variante 2
- [SAP] Aktivierung des Material Ledgers (ML)
- GraphQL-Implementierung in PHP
- [SAP] MM Kontenfindung
- [SAP] Automatische Buchungen: Konto-Modifikation (KOMOK)
- [SAP] Kontenpflege
- Epstein-Barr-Virus steht im Verdacht, Multiple Sklerose auszulösen