• 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

Matplotlib

How To Make Histograms with Matplotlib in Python?

datavizpyr · August 5, 2025 ·

Histogram with Matplotlib's hist(): Right number of Bins

If you've ever stared at a column of numbers in a dataset and struggled to understand its underlying story, you're not alone. While many libraries can create plots quickly, true mastery of Python visualization comes from understanding Matplotlib—the foundational engine that gives … [Read more...] about How To Make Histograms with Matplotlib in Python?

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

How to make Grouped barplots with Matplotlib in Python

datavizpyr · May 2, 2024 ·

Grouped barplot with Matoplotlib in Python

In this tutorial, we will learn how to make grouped barplot using Matplotlib in Python. We will learn how to make a gropued barplot in a realize scenario, where the data is in a Pandas dataframe and we have do some data munging to get the data to make grouped barplot. Let us … [Read more...] about How to make Grouped barplots with Matplotlib in Python

Filed Under: Matplotlib, Python Tagged With: Grouped barplot Matplotlib, Grouped barplots Python

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()

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

How to Make Violin plots with Matplotlib

datavizpyr · June 29, 2022 ·

Customizing Violinplot with Matplotlib

In this tutorial, we will learn how to make violin plots using Python's Matplotlib library. Matplotlib has a function called violinplot() and we will use that function to examples of making violinplot first and then learn to customize the violinplots. Unlike other tutorials … [Read more...] about How to Make Violin plots with Matplotlib

Filed Under: Matplotlib, Python, Violinplot Matplotlib Tagged With: customize violinplot matplotlib, violinplot with matplotlib

  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • 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