Ctrl+K
Logo image Logo image
  • Plot-Typen
  • Beispiele
  • Tutorials
  • API-Referenz
  • Bedienungsanleitung
  • Beitragen
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes

Section Navigation

  • Basic
    • Diagramm (x, y)
    • Streuung (x, y)
    • Balken(x, Höhe)
    • Stamm (x, y)
    • Schritt (x, y)
    • fill_between(x, y1, y2)
    • Stapelplot (x, y)
  • Diagramme von Arrays und Feldern
    • imshow(Z)
    • Farbnetz(X, Y, Z)
    • Kontur (X, Y, Z)
    • Konturf(X, Y, Z)
    • Widerhaken (X, Y, U, V)
    • Köcher (X, Y, U, V)
    • Streamplot (X, Y, U, V)
  • Statistik-Plots
    • hist(x)
    • Boxplot(X)
    • Fehlerbalken (x, y, yerr, xerr)
    • Violinplot(D)
    • Ereignisplot (D)
    • hist2d(x, y)
    • hexbin(x, y, C)
    • Kuchen (x)
  • Unstrukturierte Koordinaten
    • Dreikontur(x, y, z)
    • tricontourf(x, y, z)
    • tripcolor(x, y, z)
    • Triplot (x, y)

Diagramme von Arrays und Feldern #

Plotten für Arrays von Daten und Feldern .Z(x, y)U(x, y), V(x, y)

imshow(Z)

imshow(Z)

imshow(Z)
Farbnetz(X, Y, Z)

Farbnetz(X, Y, Z)

Farbnetz(X, Y, Z)
Kontur (X, Y, Z)

Kontur (X, Y, Z)

Kontur (X, Y, Z)
Konturf(X, Y, Z)

Konturf(X, Y, Z)

Konturf(X, Y, Z)
Widerhaken (X, Y, U, V)

Widerhaken (X, Y, U, V)

Widerhaken (X, Y, U, V)
Köcher (X, Y, U, V)

Köcher (X, Y, U, V)

Köcher (X, Y, U, V)
Streamplot (X, Y, U, V)

Streamplot (X, Y, U, V)

Streamplot (X, Y, U, V)
Quelle anzeigen

© Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2022 The Matplotlib development team.

Created using Sphinx 5.1.1.