• 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 Change ggplot theme with ggthemes

datavizpyr · September 12, 2023 ·

ggthemes' WSJ theme

In this post, we will learn how to make beautiful plots with ggplot2 using themes from ggthemes R package. By default ggplot2 makes plots with grey background, using theme_grey(). ggplot2 comes with about 8 complete themes that help us change the look of a given plot. If you … [Read more...] about How to Change ggplot theme with ggthemes

Filed Under: ggplot2 Tagged With: change themes with ggthemes

How to make a plot with column name in a variable

datavizpyr · August 10, 2023 ·

Add color to ggplot using column name stored in a variable

In this tutorial, we will learn how to make a plot using ggplot2 such that the column name of interest in a plot is saved as a variable. And we are interested in using the variable name to make a boxplot. The ability to use a column name as a variable help us make more … [Read more...] about How to make a plot with column name in a variable

Filed Under: ggplot2 Tagged With: ggplot with column name as variable

Multiple ways to remove legend in ggplot2

datavizpyr · April 19, 2023 ·

Four ways to remove legend in ggplot

Removing legends in ggplot2 is a common requirement when creating clean, professional data visualizations. While legends help identify different groups or categories, there are situations where they become redundant, clutter the plot, or aren't needed for your specific … [Read more...] about Multiple ways to remove legend in ggplot2

Filed Under: ggplot2, R Tagged With: remove ggplot2 legend

Mean and SD plot with Seaborn objects

datavizpyr · February 17, 2023 ·

Mean and SD plot using Seaborn Objects

Creating a mean and SD plot with Seaborn Objects is essential for visualizing statistical summaries and data distribution across different groups in your dataset. The new Seaborn Objects interface (available from Seaborn 0.12.0+) follows grammar of graphics principles, allowing … [Read more...] about Mean and SD plot with Seaborn objects

Filed Under: Python, Seaborn, Seaborn objects Tagged With: Mean and SD Plot Seaborn

How to make Stacked area plot with Matplotlib

datavizpyr · February 10, 2023 ·

Stacked area plot with Matplotlib

In this tutorial, we will learn how to make a stacked area plot using Python's Matplotlib. We can make stacked area plot using matplotlib's stackplot() function. The basic syntax of using Matplotlib's stackplot() function is where x(N,) and y(M, N) array-like inputs. Data … [Read more...] about How to make Stacked area plot with Matplotlib

Filed Under: Matplotlib, Python Tagged With: Matplotlib Stacked area plot, Matplotlib stackplot()

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