• 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

How to write a function make histograms with ggplot

datavizpyr · November 25, 2022 ·

Customising Histogram plotting function

In this tutorial, we will learn how to write a function to make a histograms using ggplot2 in R. Writing a function to create plots is useful, when you make a lot of plots, in this example, a lot of histograms. Thanks to the upcoming 2nd edition of R for Data Science by … [Read more...] about How to write a function make histograms with ggplot

Filed Under: ggplot2, R, Uncategorized Tagged With: plot function ggplot2

Remove or Hide Legends in ggplot2 – Theme, Guides, Scales & Tips

datavizpyr · October 29, 2022 ·

Selectively Remove Color Legend with guides()

Legends in ggplot2 are powerful but can sometimes clutter your visualization. In this tutorial using ggplot2 in R, we’ll walk step by step through methods to hide all legends, remove specific ones like color or shape, control them at the layer level, and even tidy them with scale … [Read more...] about Remove or Hide Legends in ggplot2 – Theme, Guides, Scales & Tips

Filed Under: ggplot2 Tagged With: selectively remove legends in ggplot2

How to Visualize Missing Values in a dataframe as heatmap

datavizpyr · October 18, 2022 ·

Visualizing Data with missing data as heatmap

In this post, we will learn how to visualize a dataframe with missing values represented as NAs as a heatmap. A quick visualization of missing values in the data is useful in analyzing the data. We will use mainly tidyverse approach, first to create a toy dataframe with missing … [Read more...] about How to Visualize Missing Values in a dataframe as heatmap

Filed Under: ggplot2, R Tagged With: visualizing data with NAs as heatmap

Histogram Tutorial with Seaborn Grammar of Graphics API

datavizpyr · October 14, 2022 ·

Seaborn Histogram with facet using Grammar of Graphics API

Seaborn, one of the Python data visualisation libraries had a huge update with Seaborn version 0.12.0 in September 2022. A really exciting development is new API for grammar of graphics like ggplot2. The introduction of seaborn.objects interface is the new API Taking … [Read more...] about Histogram Tutorial with Seaborn Grammar of Graphics API

Filed Under: Python, Seaborn, Seaborn objects Tagged With: Histogram with Seaborn objects

How to add color to axis tick labels: Hint – element_markdown() in ggtext

datavizpyr · August 26, 2022 ·

How to add matching colors to axis tick labels

In this tutorial, we will learn about a nice ggplot2 trick/tip that enables colored text on axis tick labels. Thanks to new theme element element_markdown() in ggtext, R package developed by Claus Wilke, we can add colors to axis text labels. To get started, let us load the … [Read more...] about How to add color to axis tick labels: Hint – element_markdown() in ggtext

Filed Under: ggplot2, ggtext, R Tagged With: add color to axis text label ggplot2, ggtext element_markdown()

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