Become a Python Data Analyst by Alvaro Fuentes
Author:Alvaro Fuentes
Language: eng
Format: epub
Tags: COM062000 - COMPUTERS / Data Modeling and Design, COM018000 - COMPUTERS / Data Processing, COM021030 - COMPUTERS / Databases / Data Mining
Publisher: Packt Publishing
Published: 2018-08-31T15:34:46+00:00
import matplotlib as plt
Our first command includes the plot function from the plt module and pyplot module, and we will also pass a list of numbers. So, when we execute the line, we will see that the command creates a figure. In the following diagram, we have a figure even though we cannot see it, inside the figure we have a subplot, and inside this subplot we have a line plot that is just a graphical representation of the numbers we have in this list:
In the preceding diagram, we can see what this function did, and this figure is considered to be the current figure. Every other function that we use or apply, for instance, if we call this function plt.ylabel, would place a label in the y axis and will be known as ylabel. The label, in this case, is some numbers. Let's run it again and view the following diagram, wherein we can see how this function is applied or has made the label appear in the y axis, as shown in the following diagram:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8305)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6772)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6748)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6636)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6419)
Driving Data Quality with Data Contracts by Andrew Jones(6362)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6123)
Learning SQL by Alan Beaulieu(6000)
Weapons of Math Destruction by Cathy O'Neil(5787)
Big Data Analysis with Python by Ivan Marin(5378)
Data Engineering with dbt by Roberto Zagni(4383)
Solidity Programming Essentials by Ritesh Modi(4031)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3891)
Pandas Cookbook by Theodore Petrou(3594)
Blockchain Basics by Daniel Drescher(3303)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2912)
Feature Store for Machine Learning by Jayanth Kumar M J(2817)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2800)
Mastering Python for Finance by Unknown(2747)
