Python Matplotlib Tutorial #3 - Scatter Plots

preview_player
Показать описание
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

Additional Courses:
Рекомендации по теме
Комментарии
Автор

Ready to learn everything you need to know about Scatter Plots?
If you have questions, please let me know.

FallinPython
Автор

Excellent work! Your videos are helping me a lot.

gabrielmarcos
Автор

Great video! I think rose/polar plots and bar charts/histograms could make a very good video to extend this playlist!. Something that can also be added is how to put several subplots in the same figure and how to create several plots in a loop and save each in a different file (.png or .jpg for instance).

moustafawagdy