Back to Browse

Matplotlib Tutorial 1: Line graphs in Python

287 views
Jan 3, 2022
8:43

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] Python logo from: https://www.pinclipart.com/pindetail/wxihmx_python-logo-clipart-transparent-background-png-download/ from Pinclipart

Download

0 formats

No download links available.

Matplotlib Tutorial 1: Line graphs in Python | NatokHD