Skip to content
  • Data Acquisition
  • Data Wrangling
  • Data Visualization
  • Python Basics

Data for Everybody

  • Data Acquisition
  • Data Wrangling
  • Data Visualization
  • Python Basics

Data Visualization

How to plot an horizontal line with Python in a Matplotlib or Seaborn chart?

November 28, 2021August 24, 2021

In today’s quick Data visualization tutorial, we will show you how you can easily draw horizontal lines in Python plots that run in parallel to …

Read more

Categories Data Visualization

Create a Seaborn countplot using Python: a step by step example

November 11, 2021December 30, 2020

In today’s tutorial we would like to run through a detailed end to end example of Seaborn countplots creation and customization. We’ll be using our …

Read more

Categories Data Visualization

How to customize Matplotlib plot titles color, position and fonts?

November 28, 2021December 30, 2020

In today’s quick recipe, we’ll learn the basic of Matplotlib title customization. We’ll use bar plots, but the post is fully relevant for other Matplotlib …

Read more

Categories Data Visualization

How to change axes limits in Seaborn (and Matplotlib) with xlim and ylim?

November 28, 2021November 28, 2020

In this quick recipe we’ll learn how to define axis limits for our Seaborn and Matplotlib plots in Python. For convenience, I’ll use Seaborn in …

Read more

Categories Data Visualization

Pandas: how to plot timeseries based charts?

November 28, 2020

In this quick recipe we’ll learn how to quickly create a chart that displays time series key performance indicator data. Let’s quickly start by creating …

Read more

Categories Data Visualization

Can’t Display Seaborn Chart in Jupyter Notebook? here’s what to do

November 30, 2020November 27, 2020

The other day, a reader asked me the following question: I am getting started with using Matplotlib and Seaborn on a Jupyter notebook. Trying to …

Read more

Categories Data Visualization

Rotate axis tick labels in Seaborn and Matplotlib

January 17, 2023November 27, 2020

In today’s quick tutorial we’ll cover the basics of labels rotation in Seaborn and Matplotlib. For convenience examples will be based on Seaborn charts, but …

Read more

Categories Data Visualization

How to change Seaborn legends font size, location and color?

November 11, 2021November 27, 2020

In this tutorial we’ll learn about how to set and change legends in Python Seaborn charts. We’ll go through an end to end example which …

Read more

Categories Data Visualization

How to set the title and fonts of your Seaborn Chart?

November 28, 2021November 26, 2020

In today’s recipe we’ll learn about Seaborn title objects for charts and axes. We’ll see how we can quickly set and change them and apply …

Read more

Categories Data Visualization

How to set a Seaborn sns plot figure size?

August 27, 2021November 26, 2020

In this short recipe we’ll learn how to correctly set the size of a Seaborn chart in Jupyter notebooks/Lab. Well first go a head and …

Read more

Categories Data Visualization
Older posts
Page1 Page2 Next →

Recent Posts

  • How to plot an horizontal line with Python in a Matplotlib or Seaborn chart?
  • Create a Seaborn countplot using Python: a step by step example
  • How to customize Matplotlib plot titles color, position and fonts?
  • Pandas: split one column into two or multiple columns in Python
  • How to change axes limits in Seaborn (and Matplotlib) with xlim and ylim?

© 2023 DataForEverybody.com || Sitemap