• 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

Correlation Dot Plot with Error Bar

datavizpyr · August 17, 2022 ·

Correlation Estimates with Error Bar

In this tutorial, we will learn how to compute correlation of one variable against multiple variables and make a plot showing the correlation values with error bars. This nice trick uses map() functions from purrr package to compute multiple correlations and uses broom's tidy() … [Read more...] about Correlation Dot Plot with Error Bar

Filed Under: ggplot2, R Tagged With: correlation plot with error bar

How to Make Notched boxplots with ggplot2

datavizpyr · August 9, 2022 ·

Notched Boxplot in ggplot2

In this tutorial, we will learn how to make notched boxplots using ggplot2 in R. Notched boxplot is a variant of boxplot that helps comparing boxplots from different groups in a plot. "Notch" refers to the narrowing of the box around the median of the boxplot. If we are … [Read more...] about How to Make Notched boxplots with ggplot2

Filed Under: ggplot2, R Tagged With: Notched Boxplot ggplot2

How to make rain cloud plots with ggdist

datavizpyr · August 3, 2022 ·

Rain cloud plots with ggdist

In this tutorial, we will learn how to make raincloud plots with the R package ggdist. In an earlier post, we learned how to make rain cloud plots with half violinplot, kind of from scratch. However, ggdist, an R package "that provides a flexible set of ggplot2 geoms and stats … [Read more...] about How to make rain cloud plots with ggdist

Filed Under: ggdist, ggplot2, R Tagged With: ggdist ggplot2 extension package, rain cloud plots with ggdist

ggplot2 error: Cannot use `+.gg()` with a single argument.

datavizpyr · July 26, 2022 ·

How to fix the ggplot2_error: Did you accidentally put + on new line

In this post, we will learn how to fix one of the common ggplot2 error messages. While trying to make a ggplot2, we might get the following error. The error message here " Did you accidentally put + on a new line?" is bit helpful as it hints what is the cause of the error. … [Read more...] about ggplot2 error: Cannot use `+.gg()` with a single argument.

Filed Under: ggplot2, ggplot2 error, R Tagged With: ggplot2 error, ggplot2 error Cannot use `+.gg()`

How to Make Heatmap with Matplotlib in Python

datavizpyr · July 19, 2022 ·

How to Change Heatmap Color Palette in Matplotlib

How to Make a Heatmap in Python with Matplotlib (Step-by-Step Guide) Heatmaps are a powerful way to visualize matrices and time-based data. They let you quickly spot trends, patterns, and seasonality in numbers. While libraries like Seaborn provide a high-level heatmap() … [Read more...] about How to Make Heatmap with Matplotlib in Python

Filed Under: Matplotlib, Python Tagged With: heatmaps with Matplotlib

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