Statistics With Python (Matplotlib)
Statistics With Python (Matplotlib)
Statistics With Python (Matplotlib)
Matplotlib is a low level graph plotting library in python that serves as a visualization utility.
Matplotlib was created by John D. Hunter.
Matplotlib
Learning is open source and we can use it freely.
objectives Keywords
Alternative to MATLAB.
Pandas is an open source Python package that is most How to use Pandas in Python?
widely used for data science/data analysis and machine
learning
Learning tasks.
objectives Keywords
Pandas provides an in-memory 2-D Dataframe.
Dataframe is a 2-D data structure, like a 2-D array, or a table
with rows and columns.
Data fill
Standards
Data normalization
Merges and joins
Data visualization
Statistical analysis
Data inspection
Loading and saving data
Matplotlib Plotting
Standards
Matplotlib Marker
Learning objectives
Standards
Line Style
Standards
Line Color Line Width
We can use keyword “color” or shorter “c” to set We can use keyword “linewidth” or shorter “lw”
the color of the line. to change the color of the line.
Learning objectives
Standards
Multiple Lines Line Width
Learning objectives
Standards
Graph Title, Labels, Grid and Legend Line Width
Learning objectives
Standards
Subplot Line Width
Learning objectives
Standards
Scatter Plot
Standards
Multiple variable Scatter Plot
Learning objectives
Standards
Bar Chart
Standards
Multiple Bar Chart
Learning objectives
Standards
Pie Chart
Learning objectives
Standards
Histogram Plot
Learning objectives
Standards
Multiple Histogram Plot
Learning objectives
Standards
Box Plot
Learning objectives
Standards
How to Import Excel Data in Python
Learning objectives
Standards
Learning objectives
Thank You