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
- [SAP] IDOC-Verarbeitung
- [SAP] Analyse der Performance von ABAP CDS Views
- [SAP] ABAP CDS Views und Verwendung von Annotations
- [SAP] Adobe Forms Administration
- [Raspberry Pi] ZigBee USB-Sticks im Vergleich
- [Raspberry Pi] ZigBee: zigbee2mqtt einrichten, mosquitto broker installieren
- [ABAP] Leistungstammsatz anlegen
- [ABAP] Leistungstammsatz lesen
- [Raspberry Pi] Betriebsystemfunktionen ausführen
- [SAP] Übersichten zum ABAP Programming Model