Learn how to create line charts using Matplotlib pyplot library. It explains how to draw charts for data given in tables or equations using numpy library.
Explains how to add legends, title, limits, label etc.

For Notes on python click on - https://simplycoding.in/python-pyplot-example/

00:00 - Python Line Charts
00:43 - Syntax of pyplot function
01:44 - Linestyle parameter of pyplot
02:06 - Marker parameter of pyplot
02:41 - Color parameter of pyplot
03:22 - Title in pyplot
03:31 - xlabel and ylabel in pyplot
03:43 - legend in pyplot