• 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

Grouped Boxplots with reproducible jittered data points

datavizpyr · December 29, 2021 ·

Grouped Boxplots with Reproducible Jittered Data Points

In this post we will learn how to make a grouped boxplots with reproducible jittered points. We can make a grouped boxplot with jittered points using position_jitterdodge() function as position argument to geom_point(). Note that using the handy wrapper function … [Read more...] about Grouped Boxplots with reproducible jittered data points

Filed Under: ggplot2, R Tagged With: grouped boxplots with reproducible jittered points

How to make random jittered points reproducible

datavizpyr · December 22, 2021 ·

Boxplots with reproducible jittered points in ggplot2

In this post we will learn how to make a random jitter plots made with ggplot2 reproducible. We have multiple posts on the importance of showing the actual data points while making boxplots/violinplots. One of the ways to avoid overplotting, is to add random jitters on the x-axis … [Read more...] about How to make random jittered points reproducible

Filed Under: ggplot2, R Tagged With: Reproducible Jittered Data Points ggplot2

Direct Labeling on line plots with geomtextpath

datavizpyr · December 17, 2021 ·

Directly Labelling on Density plot

Labeling a plot greatly help understand the gist of a plot easily. ggplot2 offers a number of ways to add text labels to a plot. Often directly adding the labels on a plot instead of having a legend is a better option. The R package, geomtextpath, a ggplot2 extension package … [Read more...] about Direct Labeling on line plots with geomtextpath

Filed Under: ggplot2, R Tagged With: direct labeling ggplot2, ggplot2 extension

Remove Legend Title in ggplot2 (labs, guides, theme)

datavizpyr · December 6, 2021 ·

How to Remove Legend Title ggplot2

In this tutorial, you’ll learn four easy ways to remove legend titles in ggplot2 using scale_fill_discrete(), scale_fill_manual(), guides() with guide_legend(), and theme(legend.title = element_blank()). Each method works slightly differently depending on whether your legend … [Read more...] about Remove Legend Title in ggplot2 (labs, guides, theme)

Filed Under: ggplot2, R Tagged With: remove legend title ggplot2

Visualizing Stock Return of a Company Over Time with Barplots

datavizpyr · December 4, 2021 ·

Coloring Barplots Based on Sign: Stock Return

In this tutorial, we will learn how to visualize a company’s stock return over time. A stock's return is defined as the capital gains/losses and income from dividend. We will use the adjusted stock price to compute the nominal return using the fantastic tidyquant R … [Read more...] about Visualizing Stock Return of a Company Over Time with Barplots

Filed Under: ggplot2, R Tagged With: Stock Return Barplot

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • 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