• 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

How to Add Vertical/Horizontal Lines to Subplots with Seaborn

datavizpyr · December 29, 2021 ·

Add vertical and Horizontal Lines with Seaborn refline

In this tutorial, we will learn how to add vertical or horizontal lines to "small multiples" i.e. multiple subplots of similar kind using Seaborn's refline() function (h/t to Chris Moffitt of @pbpython). Vertical/Horizontal lines are often useful to show where the mean or median … [Read more...] about How to Add Vertical/Horizontal Lines to Subplots with Seaborn

Filed Under: Python, Seaborn Tagged With: Seaborn Vertical/Horizontal Line

How To Add Mean/Median Line to a Seaborn Displot

datavizpyr · August 23, 2021 ·

Seaborn displot with median line

In this tutorial, we will learn how to add mean or median vertical line to a plot made with Seaborn's displot() function. Seaborn's displot() offers capability to visualize the univariate or bivariate distribution of data. Here we will make a histogram with Seaborn's displot() … [Read more...] about How To Add Mean/Median Line to a Seaborn Displot

Filed Under: Python, Seaborn Tagged With: Seaborn displot, Seaborn displot mean line, Seaborn Displot Median Line

How To Annotate Barplot with bar_label() in Matplotlib

datavizpyr · May 20, 2021 ·

Customize Label Size Matplotlib's bar_label()

Annotating barplots with labels like texts or numerical values can be helpful to make the plot look better. Till now, one of the options add annotations in Matplotlib is to use pyplot's annotate() function. Starting from Matplotlib version 3.4.2 and above, we have a new … [Read more...] about How To Annotate Barplot with bar_label() in Matplotlib

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

Visualizing Missing Data with Seaborn Heatmap and Displot

datavizpyr · May 3, 2021 ·

Visualizing Missing Data with Seaborn Displot

Understanding the level of missing data in the data set analysis should be one of the first things we all should do while doing data analysis. In this post, we will use Python's Seaborn library to quickly visualize how much data is missing in a data set. One of the ways to … [Read more...] about Visualizing Missing Data with Seaborn Heatmap and Displot

Filed Under: Python, Seaborn Tagged With: visualizing missing data

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

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Interim pages omitted …
  • Page 10
  • 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