Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 549 Bytes

File metadata and controls

21 lines (17 loc) · 549 Bytes

Data Visualization

Data visualization is an interdisciplinary field that deals with the graphic representation of data.


Data Visualization

Matplotlib

  • Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.

Usage

  • plots 2D and 3D graphs
  • provides a wide range of different sub libraries
  • Helps in Data analysis
  • Visualize Data for better Insights

import matplotlib.pyplot as plt

print("Matplotlib - A wonder for Data Scientists!")