• 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

ggplot2

A mistake to Avoid while making boxplot with datapoints in ggplot2

datavizpyr · November 17, 2020 ·

Boxplots with Jittered Data points with outlier shape

Making a boxplot with data points on top of the boxplot is a great way to show distributions of multiple groups. A big advantage is that one can see the raw data and the summary stats of distributions using boxplot with data points. ggplot2 in R makes it easy to make boxplots … [Read more...] about A mistake to Avoid while making boxplot with datapoints in ggplot2

Filed Under: ggplot boxplot outlier.shape, R, remove outlier boxplot Tagged With: ggplot2, ggplot2 Boxplot, R

How to Make Boxplot with a Line Connecting Mean Values in R?

datavizpyr · November 3, 2020 ·

Boxplot with line connecting mean values with ggplot2 in R

In this post, we will learn how to draw a line connecting the mean (or median) values in a boxplot in R using ggplot2. Connecting mean or median values in each group i.e. each box in boxplot can help easily see the pattern across different groups. The basic idea in making a … [Read more...] about How to Make Boxplot with a Line Connecting Mean Values in R?

Filed Under: Boxplot with a line connecting mean, ggplot2, R Tagged With: boxplot mean line, ggplot boxplot

How to Add Labels to Select Points with ggrepel?

datavizpyr · October 29, 2020 ·

How to add labels to select points ggrepel?

In this post, we will see how to add labels or annotations to select data points such that the labels don't overlap with each other. We will use the R package ggrepel together with ggplot to add labels without overlaps. More specifically we will use geom_text_repel() function … [Read more...] about How to Add Labels to Select Points with ggrepel?

Filed Under: add label ggrepel, R Tagged With: ggplot2, ggrepel, R

How To Make Scree Plot in R with ggplot2

datavizpyr · August 21, 2020 ·

Scree plot: barplot with geom_col()

PCA aka Principal Component analysis is one of the most commonly used unsupervised learning techniques in Machine Learning. PCA on a high dimensional data can reveal the pattern or structure in the data. Scree plot is one of the diagnostic tools associated with PCA and help us … [Read more...] about How To Make Scree Plot in R with ggplot2

Filed Under: ggplot2, R, Scree plot Tagged With: PCA scree plot, scree plot R

Rain Cloud Plots using Half Violin Plot with jittered data points in R

datavizpyr · August 16, 2020 ·

Rain Cloud Plot Colored by Variable

Raincloud plot is another interesting use of Violinplots. Rain cloud plot is basically a combination of horizontal half violin plots with jittered data points. We will see step-by-step examples of how to make raincloud plot in this tutorial in R with ggplot2. Since there is … [Read more...] about Rain Cloud Plots using Half Violin Plot with jittered data points in R

Filed Under: R, Raincloud plot Tagged With: rain cloud plot in ggplot2

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 19
  • Page 20
  • Page 21
  • Page 22
  • Page 23
  • Interim pages omitted …
  • Page 28
  • 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