• 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

Seaborn

How to Make a Time Series Plot with Rolling Average in Python?

datavizpyr · May 18, 2020 ·

Time Series Plot with 7-day rolling average

Time Series plots are a great way to see a trend over a period of time. However, if the numerical variable that we are plotting in time series plot fluctuates day to day, it is often better to add a layer moving average to the time series plot. In this post, we will see … [Read more...] about How to Make a Time Series Plot with Rolling Average in Python?

Filed Under: Python, Rolling average time series plot, Seaborn moving average Tagged With: Python, Seaborn

How To Make Scatter Plot with Regression Line using Seaborn?

datavizpyr · May 8, 2020 ·

Scatterplot with regression line regplot() Seaborn

Adding regression line to a scatterplot between two numerical variables is great way to see the linear trend. In this post, we will see two ways of making scatter plot with regression line using Seaborn in Python. And we will also see an example of customizing the scatter plot … [Read more...] about How To Make Scatter Plot with Regression Line using Seaborn?

Filed Under: Python, Scatterplot with regression line Tagged With: Python, Seaborn

How to Make Countplot or barplot with Seaborn Catplot?

datavizpyr · April 3, 2020 ·

Grouped barplot with Seaborn Catplot

Sometimes you might want to make countplot or barplots in Python, but the data may not in the right format. For example, you might want to make countplot/barplot of the number of things corresponding to multiple categorical variables. However, the data may in the form such that … [Read more...] about How to Make Countplot or barplot with Seaborn Catplot?

Filed Under: Seaborn, Seaborn Countplot with Catplot Tagged With: barplot, Countplot, Python, Seaborn

How To Order Bars in Barplot using Seaborn in Python?

datavizpyr · March 23, 2020 ·

Sort bars in barplot descending order with Seaborn Python

Barplots are a great way to visualize the relationship between categorical variables and their corresponding quantitative values. However, the default order of categories in Seaborn is often alphabetical, which may not be meaningful. Sorting the bars makes comparisons easier and … [Read more...] about How To Order Bars in Barplot using Seaborn in Python?

Filed Under: Python, Sort Barplot Seaborn Tagged With: barplot, Order barplot in Seaborn, Python, Seaborn

How To Make Stripplot using Seaborn Catplot?

datavizpyr · March 20, 2020 ·

Stripplot using Seaborn Catplot with long data

Stripplots are like scatter plots but one of the variables is a categorical variable. Stripplots are a great addition to boxplots as it shows complete data on the plot. Stripplots are more useful when can add random noise called "jitter" to avoid overlapping of data points with … [Read more...] about How To Make Stripplot using Seaborn Catplot?

Filed Under: Python, Stripplot Seaborn Catplot Tagged With: Python, Seaborn, Stripplot

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