• 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 add text annotation to heatmap with ggplot2

datavizpyr · August 7, 2024 ·

Customizing annotation to heatmap with ggplot2

Want to display exact values or add custom labels to your heatmap cells? This comprehensive guide shows you exactly how to add ggplot2 heatmap text annotation using geom_text(), geom_label(), and advanced formatting techniques for professional data visualizations. Heatmaps are … [Read more...] about How to add text annotation to heatmap with ggplot2

Filed Under: ggplot2, ggplot2 geom_raster(), ggplot2 geom_tile(), Heatmaps in R, Heatmaps with ggplot2, R Tagged With: annotate heatmap, text annotation to ggplot2 heatmap

How to directly add labels on a plot with ggrepel

datavizpyr · July 21, 2024 ·

How to directly add labels on a plot

In this tutorial, we will learn how to add legends to a plot made with ggplot2 directly on the plot, so that it is much easier to understand the plot. When you make a plot with ggplot, adding legends to explain the plot is of great help to understand a plot. By default, ggplot2 … [Read more...] about How to directly add labels on a plot with ggrepel

Filed Under: ggplot2, ggrepel, R Tagged With: add labels directly, ggrepel add labels

3 Different ways to make bar plots with ggplot2

datavizpyr · July 17, 2024 ·

How to make barplot with geom_col()

Creating effective bar plots in ggplot2 requires knowing which function to use for your data structure. This comprehensive guide demonstrates three essential approaches—geom_bar() for raw data, geom_col() for summarized values, and stat_count() for explicit control—with practical … [Read more...] about 3 Different ways to make bar plots with ggplot2

Filed Under: barplot ggplot2, ggplot2, R Tagged With: barplot with geom_bar(), barplot with geom_col(), barplot with stat_count()

How to specify the order of panes in facet_wrap

datavizpyr · July 11, 2024 ·

How to specify order of plots in a plot with facet_wrap()

In this tutorial, we will learn how to change the order of panes in a plot made with facet_wrap() or facet_grid(). We will use forcats package's function fct_relevel() to specify the order we want while plotting. Let us make a scatterplot with facets using … [Read more...] about How to specify the order of panes in facet_wrap

Filed Under: facet_wrap(), ggplot2, R Tagged With: change plot order in facet_wrap()

How to Format Date in title text in ggplot2

datavizpyr · July 10, 2024 ·

How to format date variable in ggplot2 title

In this tutorial, we will learn how to format date variables in the title text of a plot made with ggplot2. Sometimes one might want to write date in the title text. It is better to use the date as variable and format the way want, either full month or short month or full/partial … [Read more...] about How to Format Date in title text in ggplot2

Filed Under: format() function, ggplot2, R Tagged With: format date variable in title

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • 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