• 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

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

Multiple Density Plots with Pandas in Python

datavizpyr · January 17, 2020 ·

Multiple Density Plots with Pandas

Often you may have data belonging to multiple groups. Visualizing them as multiple density plot is a great way to understand the similarities and differences between the groups. In this tutorial, we will learn how to make multi-density plot using Pandas in Python. We will use … [Read more...] about Multiple Density Plots with Pandas in Python

Filed Under: Multiple Density Plot Python, Pandas Density Plot, Python Tagged With: Pandas, Python

How To Add Mean Line or Vertical Line to Density Plot with ggplot2?

datavizpyr · January 16, 2020 ·

Density Plot in R with Mean Line and Text Annotation

Adding a vertical line on mean or median value of a distribution to its density plot can make understanding the plot easier. In this post, we will first see a simple example of adding mean line to a density plot using ggplot2 in R. And then we will also see an example of adding a … [Read more...] about How To Add Mean Line or Vertical Line to Density Plot with ggplot2?

Filed Under: Add Vertical Line in ggplot2, Density plot ggplot2, R Tagged With: ggplot2, R

Horizontal Boxplots with ggplot2 in R

datavizpyr · January 15, 2020 ·

Horizontal Boxplot Reordered

Horizontal boxplots are useful when you are making a boxplot multiple groups & you want the group names to be easily readable. And horizontal boxplots can also make it easy see the pattern among the groups quickly. In this post will learn how to make horizontal boxplots with … [Read more...] about Horizontal Boxplots with ggplot2 in R

Filed Under: Boxplot ggplot2, Horizontal Boxplot, R Tagged With: horizontal boxplot ggplot2

Density Plots with Pandas in Python

datavizpyr · January 14, 2020 ·

Density Plot on log-scale with Pandas

Pandas' plot function is extremely useful in quickly making a variety of plots including density plots, boxplots and many more. In this post, we will see examples of making simple density plots using Pandas plot.density() function in Python. Let us first load the packages … [Read more...] about Density Plots with Pandas in Python

Filed Under: Pandas Density Plot, Python Tagged With: Pandas, Python

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 46
  • Page 47
  • Page 48
  • Page 49
  • Page 50
  • Interim pages omitted …
  • Page 55
  • 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