• 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

Matplotlib Bar Plot in Python: Sort (Asc/Desc), Add Labels, Colors, Currency Axis & Horizontal Bars

datavizpyr · February 10, 2020 ·

Highlight Select bars in barplot using Matplotlib

Why Sorting and Customizing Bar Plots Matters? Most bar charts need two upgrades to be useful: (1) put the categories in a meaningful order (ascending/descending), and (2) add polish (value labels, colors, readable axes, or horizontal layout for long names). This tutorial shows … [Read more...] about Matplotlib Bar Plot in Python: Sort (Asc/Desc), Add Labels, Colors, Currency Axis & Horizontal Bars

Filed Under: bar plot Matplotlib, Matplotlib, Python Tagged With: barplot, Matplotlib, Python

Area Chart with Altair in Python

datavizpyr · February 7, 2020 ·

Area Chart with Altair in Python

In this post, we will see how to make simple area chart with Altair in Python. Area chart displays a quantitative variable like a line plot or density plot but coloring the area under the curve. In Altair, we can make area chart with mark_area() function. Let us first load … [Read more...] about Area Chart with Altair in Python

Filed Under: Altair, Area Chart with Altair, Python Tagged With: Altair, Python

How To Make Bubble Plot in Python with Matplotlib?

datavizpyr · February 5, 2020 ·

Bubble Plot Color by Variable: Matplotlib

In this post, we will learn how to make bubbleplots using Matplotlib in Python. Bubble plot is a scatterplot, but with size of the data point on the scatter plot is coded by another variable. Basically, if the third variable is larger you get a bigger circle filled with a color … [Read more...] about How To Make Bubble Plot in Python with Matplotlib?

Filed Under: Bubble Plot Matplotlib, Matplotlib, Matplotlib Scatter Plot, Python Tagged With: Bubble Plot, Matplotlib, 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

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