Python Matplotlib Tutorial #3 - Scatter Plots

Опубликовано: 07 Март 2021
на канале: Fall in Python
657
22

In this Python tutorial, you will learn everything you need to know about scatter plots using Matplotlib library. Scatter plots are great in showing the relationship between variables in our dataset, eventually revealing a correlation.

This is a complete tutorial on scatter plots including Bubble plots and an additional variable mapped to the marker's color (you will also learn how to add colorbar and choose the best colormap to your case). We will discuss how to change the marker of your scatter plot using two different methods: 1. Symbols from Matplotlib and 2. Symbols from Latex. As usual, I will share several tips and tricks to save your time when customizing your graph.

We will cover from the very basic to more advanced aspects in 15 minutes. I hope you enjoy this tutorial.

Playlist: Matplotlib Course | Video #3
Access the code here: https://github.com/rscorrea1/youtube.git

Learn how to use Jupyter Notebooks:    • Jupyter Notebook Tutorial #1 - How to...  

Additional Courses:
Beginner Python Tutorials:    • Beginner Python Tutorial #1 - How to ...  
Intermediate Python Tutorials:    • Intermediate Python Tutorial #1 - How...  
NumPy Tutorials:    • Python NumPy Tutorial #1 - Array vs. ...