• 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

R

How To Make PCA Plot with R

datavizpyr · April 6, 2021 ·

PCA plot: PC1 vs PC2

Principal Component Analysis (PCA) is one of the commonly used methods used for unsupervised learning. Making plots using the results from PCA is one of the best ways understand the PCA results. Earlier, we saw how to make Scree plot that shows the percent of variation explained … [Read more...] about How To Make PCA Plot with R

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

Sinaplot vs Violin plot: Why Sinaplot is better than Violinplot

datavizpyr · March 27, 2021 ·

Sinaplot and Violinplot

In this post, we will learn how to make Sinaplot in R and show why it is a better way visualize numerical data from multiple categories. In an earlier post, we discussed the benefits of making Violinplot than making a boxplot. This is mainly due to the fact that Boxplot relies … [Read more...] about Sinaplot vs Violin plot: Why Sinaplot is better than Violinplot

Filed Under: ggplot2, R, Sinaplot ggforce Tagged With: sinaplot in R, sinaplot vs violinplot

How to Make Grouped/Stacked Barplot in R?

datavizpyr · February 25, 2021 ·

Grouped Barplot with position="dodge"

When you have dataset with two categorical variables and one quantitative variable, a grouped barplot is a great way to see the relationship among the variable. In a simple barplot, we have categorical variable on x-axis and have bars showing the numerical value of the … [Read more...] about How to Make Grouped/Stacked Barplot in R?

Filed Under: ggplot2, R Tagged With: barplot with bars side by side, Grouped Barplot R

How to Change X and Y Axis Values from Real to Integers in ggplot2

datavizpyr · February 13, 2021 ·

How to Change X or Y-axis Values to Integers?

When you make a plot with ggplot2, it automatically chooses appropriate range for x and y-axis values and it can be either floats or integers. In this post, we will see how to change X/Y-axis values to integers. In ggplot2, we can use scale_x_continuous() and scale_y_continuous() … [Read more...] about How to Change X and Y Axis Values from Real to Integers in ggplot2

Filed Under: ggplot2, integers on x-axis ggplot2, R Tagged With: ggplot2, R

How to Make Grouped Boxplot with Jittered Data Points in ggplot2

datavizpyr · February 5, 2021 ·

Grouped Boxplot with jittered points using position_jitterdodge()

Grouped boxplots are excellent for comparing distributions across multiple categories, but they can hide important details about sample sizes and individual data points. By adding jittered points to your ggplot2 boxplot with points, you create more informative visualizations that … [Read more...] about How to Make Grouped Boxplot with Jittered Data Points in ggplot2

Filed Under: ggplot2, grouped boxplot, grouped boxplot with jittered data, R Tagged With: ggplot2 position_jitterdodge(), grouped boxplot with jittered data

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