• 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 Make Boxplots with Data Points using Seaborn in Python

datavizpyr · December 29, 2019 ·

Colored Boxplot with Bigger Points Using Seaborn

Boxplot with data points on top of it is often better visualization technique than the boxplots alone. This is mainly because, boxplot with data points actually shows the data underlying the boxplots, while the boxplot alone just shows the summary statistics. Always remember, … [Read more...] about How to Make Boxplots with Data Points using Seaborn in Python

Filed Under: Boxplot with points Seaborn, Python, Python Boxplot, Seaborn, Seaborn Boxplot Tagged With: boxplot python, Python boxplot with points, Seaborn Boxplot

How To Make Simple Heatmaps with ggplot2 in R?

datavizpyr · December 28, 2019 ·

How to Make Heatmap with ggplot2?

Heatmaps are a powerful way to visualize multi-dimensional data. By representing numerical values as colors within a matrix, heatmaps allow us to spot patterns, clusters, and outliers instantly. For example, you might visualize high values in a dark color and low values in a … [Read more...] about How To Make Simple Heatmaps with ggplot2 in R?

Filed Under: Heatmaps in R, Heatmaps with ggplot2, R Tagged With: ggplot2, R

How To Make Boxplots with Data Points in R using ggplot2?

datavizpyr · December 27, 2019 ·

Adjusting width: Boxplot with points using geom_jitter() with jitter

Boxplots with data points are a great way to visualize multiple distributions at the same time without losing any information about the data. In this tutorial, we will see examples of making Boxplots with data points using ggplot2 in R and customize the boxplots with data … [Read more...] about How To Make Boxplots with Data Points in R using ggplot2?

Filed Under: Boxplot ggplot2, R Tagged With: ggplot2, R

Change Axis Labels, Set Title and Figure Size to Plots with Seaborn

datavizpyr · December 27, 2019 ·

Set Title with Seaborn

In this post we will see examples of how to change axis labels, how to increase the size of axis labels and how to set title for the plot made using Seaborn in Python. These three are most basic customizations a plot needs to make it useful. Let us load the packages we need to … [Read more...] about Change Axis Labels, Set Title and Figure Size to Plots with Seaborn

Filed Under: Seaborn Axis Label, Seaborn title Tagged With: Python, Seaborn

How to Make Pairplot with Seaborn in Python?

datavizpyr · December 26, 2019 ·

Pairplot of Select Variables Seaborn

When you have multiple variables you might want to quickly look at how each variable is distributed and how each variable is related to other variables. Basically, we are interested in histograms of each variable and scatter plots for all pairs of variables. Seaborn's … [Read more...] about How to Make Pairplot with Seaborn in Python?

Filed Under: Pairplot Seaborn, Python, Seaborn Tagged With: Python, Seaborn

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 49
  • Page 50
  • Page 51
  • Page 52
  • Page 53
  • 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