• 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 Make Grouped Barplots in Python with Seaborn?

datavizpyr · February 4, 2020 ·

Grouped Barplot with Seaborn

In this tutorial, we will see examples of how to make grouped barplots using Seaborn in Python. Barcharts are great when you have two variables one is numerical and the other is a categorical variable. A barplot can reveal the relationship between them. A Grouped barplot is … [Read more...] about How To Make Grouped Barplots in Python with Seaborn?

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

Grouped Boxplots in Python with Seaborn

datavizpyr · January 30, 2020 ·

Grouped Boxplot in Python with Seaborn

In this post, we will learn how to make grouped boxplots in Python using Seaborn's boxplot function. Grouped boxplots are a great way to visualize when you have three variables, where one of them is a numerical variable and the other two are categorical variables. Let us load … [Read more...] about Grouped Boxplots in Python with Seaborn

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

How To Make Bubble plot with Altair in Python?

datavizpyr · January 23, 2020 ·

Bubble Plot with Filled Circle

Bubble plot is a data visualization technique that shows bubbles i.e. circles on a two dimensional plot. Bubble plot is simply a scatter plot where we plot bubbles/circles instead of points in a scatter plot. Bubble chart is useful when you have three variables and the size of … [Read more...] about How To Make Bubble plot with Altair in Python?

Filed Under: Altair, Bubble Plot Altair, Python Tagged With: Altair, Bubble Plot, Python

How To Color a Scatter Plot by a Variable in Altair?

datavizpyr · January 21, 2020 ·

Scatter Plot with Altair in Python

In this tutorial, we will learn how to color data points in a scatter plot by a variable using Altair in Python. Let us load Altair and Pandas. We will use gapminder data to make scatter plot first and color by a variable using Altair. To make a simple scatter … [Read more...] about How To Color a Scatter Plot by a Variable in Altair?

Filed Under: Color Scatter Plot by a Variable, Python Tagged With: Altair, Python, Scatter Plot Altair

How to Create a Heatmap in Python with Seaborn (Step-by-Step Guide)

datavizpyr · January 20, 2020 ·

Heatmap with Seaborn using coolwarm colormap

Heatmaps are perfect for showing patterns across two categorical axes (e.g., months × years) with a numeric value mapped to color. Heatmaps make it easy to spot seasonality, gradients, clusters, and outliers in two-dimensional data. In Python, Seaborn’s heatmap() makes it easy to … [Read more...] about How to Create a Heatmap in Python with Seaborn (Step-by-Step Guide)

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

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • 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