Matplotlib Tutorial | Introduction Create First Plot , Legend Label and Title (Tutorial 1)

preview_player
Показать описание
Welcome to the Data Visualization With Matplotlib Tutorial Series So in This Video We are Going to Cover Introduction of Matplotlib and Create Our First Plot That is Line Plot After that We will see How to Give Title ,Label , And legend
Matplotlib is Python Library used for Plotting the Beautiful And Attractive Graphs There are lots of libraries available for Data Visualization But Among that Matplotlib is Very Much Popular

For Installing Matplotlib in Your Device Open Your Command Promt And Type : pip install matplotlib

-----Canada Capita-----
year=[2010,2011,2012,2013,2014,2015,2016]
capita=[32755,38420,42334,42665,42676,41039,35175]

-----China Capita-----
year1=[2010,2011,2012,2013,2014,2015,2016]
capita1=[29700,31500,38420,42665,42334,38420,41039]

#pythonprogramming#matplotlib#matplotlibtutorial
Рекомендации по теме
Комментарии
Автор

Hey How Can We Use Matplotlib In Data science ???

netflixwala