• 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
  • Python Viz
  • Seaborn
  • Altair
  • R Viz
  • ggplot2
  • About
    • Privacy Policy
  • Show Search
Hide Search

R

How to make UMAP plot in R

datavizpyr · January 10, 2022 ·

UMAP Plot to Identify Potential sample mix-ups

UMAP, short for "Uniform Manifold Approximation and Projection" is a one of the useful dimensionality reduction techniques like tSNE and PCA. UMAP is non-linear dimension reduction technique and often used for visualizing high-dimensional datasets. In this tutorial, we will learn … [Read more...] about How to make UMAP plot in R

Filed Under: ggplot2, R, umap plot Tagged With: umap in R, umap plot in R

How to Remove Space between Legend at Bottom and x-axis in ggplot2

datavizpyr · December 31, 2021 ·

Reduce Space between legend and x-axis: Use legend.margin()

In ggplot2, we can adjust the position of legend easily. By default, ggplot2 places the legend on the right side of a plot. Using theme() function, we can move the legend to the bottom of or top of the plot. Sometime, you might like to customize the space between legend at bottom … [Read more...] about How to Remove Space between Legend at Bottom and x-axis in ggplot2

Filed Under: ggplot2, R Tagged With: ggplot2 legend.margin, reduce space between legend and x-axis

How to add percentage label on bars in barplot with ggplot2

datavizpyr · December 31, 2021 ·

How to add labels with percentage symbols on barplots in ggplot2

Adding percentage labels or count labels to bars in a barplot can help read the barplot quickly. In this tutorial, we will learn how to add labels with percentage symbol on bars in a barplot made with ggplot2 in R. Loading Packages and Dataset Let us get started by loading … [Read more...] about How to add percentage label on bars in barplot with ggplot2

Filed Under: barplot ggplot2, R Tagged With: add percentage labels barplot

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

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Interim pages omitted …
  • Page 36
  • Go to Next Page »

Primary Sidebar

Tags

Altair barplot Boxplot boxplot python boxplot with jiitered text labels Bubble Plot Color Palette Countplot Density Plot Facet Plot gganimate ggplot2 ggplot2 Boxplot ggplot2 error ggplot boxplot ggridges ggtext element_markdown() Grouped Barplot R heatmap heatmaps Histogram Histograms Horizontal boxplot Python lollipop plot Maps Matplotlib Pandas patchwork pheatmap Pyhon Python R RColorBrewer reorder boxplot ggplot Ridgeline plot Scatter Plot Scatter Plot Altair Seaborn Seaborn Boxplot Stock Price Over Time Stripplot UpSetR Violinplot Violin Plot World Map ggplot2

Buy Me a Coffee

Copyright © 2025 · Daily Dish Pro on Genesis Framework · WordPress · Log in

Go to mobile version