14:22
Plotnine: A Different Approach To Data Visualization in Python
Today we learn about the Python package plotnine and how to use it to easily create professional visualizations in Python.
37:30
[2025-07-18] Plots in Python with seaborn and plotnine
Leonardo Collado Torres and Lieber Institute
For more information on Nick Eagles, check https://bsky.app/profile/nick-eagles.bsky.social. For more information about the ...
18:58
Grammar of Graphics in Python with Plotnine - posit::conf(2023)
Presented by Hassan Kibirige {plotnine} brings the elegance of {ggplot2} to the Python programming language. Learn about The ...
9:35
ggplot in Python with Plotnine | Simple Data Visualization Tutorial
Unlock the power of ggplot in Python using Plotnine! In this video, I'll walk you through how to use the grammar of graphics in ...
1:00:10
Plotnine: R's Grammar of Graphics in Python
The layered grammar of graphics provides a declarative way to produce graphs. The original and most popular implementation is ...
8:31
How to Use Plotnine Layers in Python: Build Charts with Multiple Data Sources
Learn how layers work in Plotnine — Python's grammar of graphics library. Each layer is an independent visual element that can ...
16:56
Graphing Your Data Like ggplot in Python With plotnine
A grammar of graphics is a high-level tool that allows you to create data plots in an efficient and consistent way. It abstracts most ...
10:52
The Grammar of Graphics / plotnine (07a)
Video Lecture from the course INST 414: Advanced Data Science at UMD's iSchool. Full course information here: ...
10:06
Plotnine: Make great-looking correlation plots in Python
Matt Dancho (Business Science)
Correlations are an essential tool for data scientists. Everyone in business understands them so conveying correlations will make ...
5:26
Try these 5 Python libraries to simplify data visualization
Tired of Matplotlib's outdated approach? Discover these 5 powerful Python libraries that offer cleaner, more intuitive, and often ...
11:34
Data Visualization with Pandas and Plotnine - Chickens and Penguins
Continuing more plots with Python, looking at the weight distribution of chickens raised with different foot, and the relationship ...
1:26:44
R-Ladies Cologne & Paris (English) - Bringing Your Plots to Cloud 9 With {Plotnine} - Tanya Shapiro
As part of our "PyLadies R-Ladies" series, we hosted another event with PyLadies Tunis and PyLadies Munich.! This time, we ...
9:26
Python Introduction to Plotting with plotnine (ggplot2)
In this python tutorial, we will go over plotting (charts and graphs) with the plotnine package based on ggplot2 from the R ...
18:01
Intro a Python - gráficos con plotnine
Maximiliano Garnier Villarreal
Okay y para terminar la introducción a Python eh la otra librería o paquete que vamos a usar para graficar es Plot N que viene ...
15:03
7 Python Data Visualization Libraries in 15 minutes
In this video Rob, a Kaggle Grandmaster, quickly and humorously walks through each of the popular plotting and data ...
6:11
Python Visualization (Plotnine-3 Aesthetic components)
This video discusses the Plotnine library of Python. Here the various components of aesthetics are discussed. The Python ...
9:57
How to Create a Heatmap Using plotnine and ggplot in Python
Sean MacKenzie Data Engineering
How to Create a Heatmap Using plotnine and ggplot in Python Plotting in Python is great and there are many ways to show a ...
19:04
Data Visualization with Pandas and Plotnine - Backyard Birds
Visualizing the number and types of birds I saw in my back yard this summer.
7:27
Simple Time Series with Plotnine
The purpose of this video is not to teach time series. It is just to walk through preparing data for plotting. If you find that this is ...
12:34
How to Make a Bar Chart in Python Using ggplot and plotnine
Sean MacKenzie Data Engineering
Extend your visuals from R to Python by using plotnine and ggplot to create a bar chart, using the syntax of Grammar of Graphics ...