plotnine#

plotnine implementiert The Grammar of Graphics in Python basierend auf ggplot2. Die Grammatik erlaubt die einfache Beschreibung auch von komplexen Grafiken.

Siehe auch

plotnine documentation

API-Referenz, Gallerie, Tutorials etc.

ggplot2 documentation

plotnine verwendet eine ähnliche API und Pipeline wie ggplt2

Grammer of graphics with plotnine

Gutes Tutorial zur Einführung in plotnine als Teil eines Datenvisualisierung-Track von kaggle.

Paul Teehan: Plotnine is the best Python implementation of R’s ggplot2

Vergleich zwischen plotnine und ggplot2, v.a. in Bezug auf die API-Kompatibilität.

Python Plotting for Exploratory Analysis

Eine Liste von Plots für die explorative Datenanalyse und wie sie mit verschiedenen Bibliotheken erstellt werden können.

Introduction to Plotnine

Erläutert die Hauptaspekte von plotnine und zeigt, wie die Bibliothek verwendet werden kann.

Making Plots With plotnine

Eine Einführung in The Grammar of Graphics und die Verwendung von plotnine. Dies ist Teil des Kurses von Data Carpentry Data Analysis and Visualization in Python for Ecologists.