Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Matplotlib Intro with Python
Rating: 4.4 out of 5(81 ratings)
10,148 students

Matplotlib Intro with Python

Data Visualization with Python
Created byFrank Anemaet
Last updated 1/2019
English
English [Auto],

What you'll learn

  • Plotting with Matplotlib
  • Data Visualization
  • Load Data from Excel or Text Files

Course content

3 sections14 lectures45m total length
  • Introduction0:08
  • Load Data2:00

    Load data for plotting in Python by importing x and y values from Excel or text files, converting lines to numbers, and creating an incremental x-axis.

  • Line Chart6:10

    Create a line or dot chart using the plotting library, set x and y data, axis limits, titles and labels, and customize colors, markers, and line styles.

  • Multi Line Plot4:39

    Learn to create a multi line plot in matplotlib with Python by plotting multiple x and y pairs, customizing line types and colors, and adding legends and axis labels.

  • Fill Plot2:08

    Learn to create line plots and fill the area between lines with fill_between, setting x from 0 to 10 and y from 0 to 5, with color, alpha, and show.

Requirements

  • Basic Python knowledge

Description

Learn how to visualize data with Matplotlib

In this course you learn how to make your data visual with all kind of plots. You do not need any perquisites for this course, except know basic Python programming.

The course starts of with simple plots, but also teaches you how to load data from excel or files. It then goes over different types of plots, how to use legends and much more.

Do you want to visualize data? Lets learn Matplotlib!

Who this course is for:

  • Beginner Python Developers curious about Data Visualization