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
- [ABAP] XML in interne Tabelle wandeln
- [ABAP] Inhalt eines Spoolauftrages auslesen
- [ABAP] User-Exits und BAdIs zu einem Programm oder einer Transaktion auflisten
- [ABAP] UTC-long-Zeitstempel nach POSIX-Standard in Datum und Zeit splitten
- [ABAP] Verwendung von Common Table Expressions (CTE)
- [ABAP] Leistungsverzeichnis lesen (MS_READ_SERVICES_FOR_BAPI)
- [ABAP] SAPConnect: Kommunikationsknoten, Routing und Parameter auslesen
- [SAP] Business Document Service (BDS)
- [SAP] Generic Object Services (GOS)
- [SAP] MM-Berechtigungsobjekte