This repository provides a short tutorial on the basics of visualization in Python, created for a 2-hour lesson. The main objective is to introduce the fundamentals of Matplotlib and guide you through building several plots from scratch to practice the essential components of Matplotlib.
-
Begin with Matplotlib Introduction: If you are new to Python and/or Matplotlib, start with the Matplotlib Introduction. This notebook covers the basics of the library.
-
Study the First Case Study: Once you are familiar with Matplotlib, proceed to the first case study. This lesson guides you step-by-step in creating the following plots:
-
Practice with the Second Case Study: After completing the first case study, move on to the second case study. This will help you practice creating the following plot:
Good luck!