• 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

How To Adjust Legend Position in ggplot2?

datavizpyr · June 15, 2020 ·

ggplot2 legend on top of a plot

Legends are useful to add additional variables to a data visualization. By default, when we make a plot with legend using ggplot2, it places the legend on outside the plot on the right side. In this post, we will learn how to change or adjust the legend position in ggplot2. We … [Read more...] about How To Adjust Legend Position in ggplot2?

Filed Under: adjust legend position ggplot2, ggplot2, R Tagged With: ggplot2, R

How To Show Mean Value in Boxplots with ggplot2?

datavizpyr · June 10, 2020 ·

Customizing Mean mark to boxplot with ggplot2

Boxplots are a great way to visualize multiple distributions using summary statistics. Boxplot shows five summary statistics; the minimum, the maximum, the median, and the first and third quartiles of the data. Sometimes, you might want to add other statistical summary values on … [Read more...] about How To Show Mean Value in Boxplots with ggplot2?

Filed Under: ggplot2, mean in boxplot, R Tagged With: Boxplot, ggplot2, R

Connect Paired Points on Boxplots with Lines in ggplot2

datavizpyr · June 8, 2020 ·

Connect Paired data points boxplot

Want to show relationships between paired observations or track changes across groups in your boxplots? This comprehensive guide shows you exactly how to connect points boxplot ggplot2 using lines, with practical examples for before/after studies, paired data, and longitudinal … [Read more...] about Connect Paired Points on Boxplots with Lines in ggplot2

Filed Under: Connect points in boxplot, ggplot2, R Tagged With: Boxplot, ggplot2, R

How to Make ECDF Plot with ggplot2 in R?

datavizpyr · June 3, 2020 ·

ECDF plot of multiple distributions

ECDF plot, a short for Empirical Cumulative Distribution Function Plot, is a great way to visualize one or more distributions. ECDF plot is a great alternative for histograms, as it does not suffer from the need of tuning parameter (bin size in histogram is a tuning parameter) … [Read more...] about How to Make ECDF Plot with ggplot2 in R?

Filed Under: ECDF plot, R Tagged With: ggplot2, R

ggpointdensity plot: A ggplot extension combining scatter plot with density plot

datavizpyr · June 1, 2020 ·

scatterplot with density using ggpointdensity_

Scatterplots are great for visualizing relationship between two quantitative variables. However, it suffers from overplotting when the number of data points is large. Another solution is plot the density instead of actjual points. However, sometimes you might want to see the … [Read more...] about ggpointdensity plot: A ggplot extension combining scatter plot with density plot

Filed Under: ggplot2, ggplot2 extension, ggpointdensity plot, R Tagged With: ggplot2, R

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 22
  • Page 23
  • Page 24
  • Page 25
  • Page 26
  • 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