Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.36 KB

File metadata and controls

29 lines (22 loc) · 1.36 KB

Two-dimensional data visualization

Matplotlib

This repository cover the following topics:

  • Install the matplotlib's and Seaborn packages
  • Using matplotlib's visualizing relationships between two or more variables using scatter plots
  • Plotting multiple matplotlib's and Seaborn charts in a grid
  • Studying distributions of variables using histograms and bar charts
  • Visualizing two-dimensional data using heatmap
  • Displaying images using Matplotlib's plt.imshow and explain in the note book.

Summary

Covered the following topics :

  • Creating and customizing line charts using Matplotlib
  • Visualizing relationships between two or more variables using scatter plots
  • Studying distributions of variables using histograms & bar charts to
  • Visualizing two-dimensional data using heatmaps
  • Displaying images using Matplotlib's plt.imshow
  • Plotting multiple Matplotlib and Seaborn charts in a grid

In this repo covered some of the fundamental concepts and popular techniques for data visualization using Matplotlib and Seaborn. Data visualization is a vast field and barely scratched the surface here.
Check out these [References] to learn and discover more: