Python MatPlotLib Basic Line Plotting Tutorial 1

preview_player
Показать описание
This Video Will Explain

How To Install MatplotLib
Import Matplotlib library
Draw Basic Line Plotiing in MatplotLib library.

pip install matplotlib
X = [1,2,3,4,5,6]
Y = [2,6,0,-1,5,7]
Рекомендации по теме
Комментарии
Автор

Thanks a ton Sir, your level of expertise is beyond adjectives.

srishicruz
Автор

Plot is not smoth, how can i make it smooth

hellofrombd