Matplotlib Tutorial 1: Line graphs in Python

preview_player
Показать описание
Welcome to the 1st video of the Matplotlib tutorial series. In this video, I will be showing you how to create good looking line graphs in Python.

Code for video:
time = [2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020]
companyA_revenue = [500, 600, 1000, 2000, 5000, 5500, 6000, 8000, 10000, 15000]
companyB_revenue = [7000, 6800, 6000, 5000, 6500, 8000, 9000, 9500, 10000, 11000]
companyC_revenue = [8000, 6000, 5500, 6000, 5500, 5000, 4000, 4500, 3500, 3000]

Рекомендации по теме
welcome to shbcf.ru