Matplotlib Tutorial 1: Line graphs in Python

Publicado em: 03 Janeiro 2022
no canal de: CodeAltus
230
9

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/... from Pinclipart


Nesta página do site você pode assistir ao vídeo on-line Matplotlib Tutorial 1: Line graphs in Python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário CodeAltus 03 Janeiro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 230 vezes e gostou 9 espectadores. Boa visualização!