• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Data Viz with Python and R

Learn to Make Plots in Python and R

  • Home
  • Seaborn
  • Matplotlib
  • ggplot2
  • Altair
  • About
    • Privacy Policy
  • Visualizing Activation Functions in Neural Networks
  • Confusion Matrix Calculator
  • Visualizing Dropout Rate in Neural Network
  • Visualizing Loss Functions in Neural Networks
  • Show Search
Hide Search

Seaborn

Histograms with Seaborn in Python

datavizpyr · August 15, 2025 ·

Overlapping histogram comparing penguin flipper lengths by species

If you've ever stared at a column of numbers in a dataset and struggled to understand its underlying story, you're not alone. Raw data tells us little about the bigger picture. This is where the histogram shines. It's more than just a bar chart; it's your fastest tool for … [Read more...] about Histograms with Seaborn in Python

Filed Under: Histogram with Seaborn, Python Tagged With: Histogram, Python, Seaborn

How to Combine Two Seaborn plots with Shared y-axis

datavizpyr · March 21, 2021 ·

Combine Two plots into one in Seaborn

In this tutorial, we will see how to join or combine two plots with shared y-axis. As an example, we will make a scatterplot and join with with marginal density plot of the y-axis variable matching the variable colors. Thanks to Seaborn's creator Michael Waskom's wonderful tip on … [Read more...] about How to Combine Two Seaborn plots with Shared y-axis

Filed Under: Matplotlib, Python, Seaborn Tagged With: Matplotlib, Python, Seaborn

How to Change Colors in Seaborn (Custom Palettes and Manual Colors)

datavizpyr · March 11, 2021 ·

Seaborn Color: Pass a Custom List of Colors

Seaborn picks sensible default colors when you map a variable to hue, but real projects often need more control—consistent brand colors across plots, color-blind–friendly choices, or publication-ready figures. This hands-on tutorial shows exactly how to change colors in Seaborn, … [Read more...] about How to Change Colors in Seaborn (Custom Palettes and Manual Colors)

Filed Under: Python, Seaborn, Seaborn color palette as dict Tagged With: Python, Seaborn

How to Customize Titles in Multi-Panel plots with Seaborn?

datavizpyr · March 3, 2021 ·

Customize Facetgrid plot titles in Seaborn_Python

Multi-panel plots or small multiples are a great way visualize the relationship between two variables with respect ot the values of other variables. Seaborn offers a few different ways to make a multi-panel plots, with FacetGrid is the class behind multi-panel plots in … [Read more...] about How to Customize Titles in Multi-Panel plots with Seaborn?

Filed Under: Python, Seaborn Tagged With: Python, Seaborn

Grouped Boxplot with Jittered Points with Seaborn Python

datavizpyr · February 21, 2021 ·

Grouped Boxplot with Jittered Data Points Seaborn

Grouped boxplots help us visualize the relationship between three variables, two categorical variables and one quantitative variable. When we make a boxplot, it is always a good idea to add the original data points on top of the boxplot, when possible. In this post, we will learn … [Read more...] about Grouped Boxplot with Jittered Points with Seaborn Python

Filed Under: Grouped Boxplot with points, Python, Seaborn, Seaborn Boxplot Tagged With: boxplot python, Python, Seaborn, Seaborn Boxplot

  • Page 1
  • Page 2
  • Page 3
  • Interim pages omitted …
  • Page 8
  • Go to Next Page »

Primary Sidebar

Python & R Viz Hubs

  • Seaborn Guide & Cookbook
  • ggplot2 Guide & Cookbook
  • Matplotlib Guide & Cookbook
  • Confusion Matrix Calculator
  • Visualizing Activation Functions
  • Visualizing Dropout
  • Visualizing Loss Functions

Buy Me a Coffee

Copyright © 2026 · Daily Dish Pro on Genesis Framework · WordPress · Log in

Go to mobile version