Zum Inhalt springen
Die Codezentrale
Programmierung, Tipps, Tricks, Snippets, Links (.Net, Java, JavaScript, C++, PHP, Python, SQL, SAP, ABAP, SAPUI5)
Zum Inhalt springen
  • Home
  • Links
    • Kachelmannwetter
    • MrLeehs Blog
    • Deskmodder
    • winfuture.de
    • Tricktresor
    • Python Online Compiler
    • [Raspberry Pi] Wichtige Terminal-Kommandos für Raspian
    • CodeSandbox JS Vanilla
    • IT Tools
    • JSON Prism (Online Editor)
  • Datenschutzerklärung
  • Impressum
  • DCZ New
Start Beiträge verschlagwortet mit "matplotlib"

Schlagwort: matplotlib

[Raspberry Pi] Python Online Compiler

CodeUtility

  • Matplotlib Code Online Runner

Online Python Compiler

  • Python online ausführen
admin 11. Februar 2022 20. Januar 2026Python Compiler, matplotlib, Python, Raspberry Pi

[Raspberry Pi] Plots

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()

Links

  • https://matplotlib.org/
  • https://www.w3schools.com/python/matplotlib_intro.asp
admin 11. Februar 2022 11. Februar 2022Python matplotlib, plots, Python, Raspberry Pi
  • Kategorien

    aufklappen | zuklappen
  • 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
  • Archiv

  • Meta

    • Anmelden
    • Eintrags-Feed
    • Kommentar-Feed
    • WordPress.org
  • Related Posts

    • [Raspberry Pi] Plots
    • [Raspberry Pi] Betriebsystemfunktionen ausführen
    • [Raspberry Pi] print – Ausgabeformatierung
    • [Raspberry Pi] Objekte und Klassen
    • [Raspberry Pi] Enumerator in Python
    • [Raspberry Pi] Fmp4streamer: H264-Videostream direkt über den Browser bereitstellen
    • [Raspberry Pi] Verarbeitung von Kommandozeilenparametern
    • [Raspberry Pi] Exception-Handling
    • [Raspberry Pi] Funktionen definieren
    • [Raspberry Pi] Benutzereingaben
  • Tags

    ABAP (1009) Android (16) CLASS (20) cl_abap_list_layout (19) cl_bcs_convert (29) cl_gui_alv_grid (24) cl_gui_container (42) cl_gui_docking_container (25) cl_gui_frontend_services (50) cl_salv_table (64) cntl_simple_event (16) create (27) Date (16) default_screen (28) display (14) EWM (17) Fiori (23) FREE OBJECT (15) get_columns (22) gui_download (15) HTML (21) JavaScript (82) JSON (25) MIME (17) NEW (20) OData (34) ole2_object (15) OpenSQL (44) Python (23) Raspberry Pi (50) Raspberry Pi 2 (27) Raspberry Pi 4 (23) Raspian (22) RegEx (19) SAP (358) SAPUI5 (27) SELECT (25) String (33) stringtab (15) suppress_toolbar (19) UTF-8 (15) Value (27) XML (29) xstring (20) xstring_to_solix (15)
(W) 2026 by codezentrale.de
Präsentiert von Tempera & WordPress.