• 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

Python

How to increase the gap between boxes in a grouped boxplot with Seaborn

datavizpyr · September 30, 2023 ·

Increase gap between boxes in a nested boxplot with Seaborn

In this post we will learn how to increase the gap between boxes in a nested or grouped boxplot made with Seaborn in Python. We will use Seaborn v0.13.0 that came out in September 2023's feature to increase the gap size. Let us first load the modules/packages needed to make … [Read more...] about How to increase the gap between boxes in a grouped boxplot with Seaborn

Filed Under: Python, Seaborn Tagged With: Increase gap in boxplot Seaborn, Seaborn Boxplot

Mean and SD plot with Seaborn objects

datavizpyr · February 17, 2023 ·

Mean and SD plot using Seaborn Objects

Creating a mean and SD plot with Seaborn Objects is essential for visualizing statistical summaries and data distribution across different groups in your dataset. The new Seaborn Objects interface (available from Seaborn 0.12.0+) follows grammar of graphics principles, allowing … [Read more...] about Mean and SD plot with Seaborn objects

Filed Under: Python, Seaborn, Seaborn objects Tagged With: Mean and SD Plot Seaborn

How to make Stacked area plot with Matplotlib

datavizpyr · February 10, 2023 ·

Stacked area plot with Matplotlib

In this tutorial, we will learn how to make a stacked area plot using Python's Matplotlib. We can make stacked area plot using matplotlib's stackplot() function. The basic syntax of using Matplotlib's stackplot() function is where x(N,) and y(M, N) array-like inputs. Data … [Read more...] about How to make Stacked area plot with Matplotlib

Filed Under: Matplotlib, Python Tagged With: Matplotlib Stacked area plot, Matplotlib stackplot()

Histogram Tutorial with Seaborn Grammar of Graphics API

datavizpyr · October 14, 2022 ·

Seaborn Histogram with facet using Grammar of Graphics API

Seaborn, one of the Python data visualisation libraries had a huge update with Seaborn version 0.12.0 in September 2022. A really exciting development is new API for grammar of graphics like ggplot2. The introduction of seaborn.objects interface is the new API Taking … [Read more...] about Histogram Tutorial with Seaborn Grammar of Graphics API

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

How to Make Heatmap with Matplotlib in Python

datavizpyr · July 19, 2022 ·

How to Change Heatmap Color Palette in Matplotlib

How to Make a Heatmap in Python with Matplotlib (Step-by-Step Guide) Heatmaps are a powerful way to visualize matrices and time-based data. They let you quickly spot trends, patterns, and seasonality in numbers. While libraries like Seaborn provide a high-level heatmap() … [Read more...] about How to Make Heatmap with Matplotlib in Python

Filed Under: Matplotlib, Python Tagged With: heatmaps with Matplotlib

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