MatlibPlot & Seaborn Python Libs

Reviewing theses Plotting & Statistics Packs— #PySeries#Episode 19

J3
Jungletronics
4 min readMar 20, 2021

--

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. screenshots.

Seaborn is a library that uses Matplotlib underneath to plot graphs. It will be used to visualize random distributions.

Fine!

Answer this ten questions:)

Exercises:

Follow the instructions to recreate the plots using this data:

01#PyEx — Python — MatlilPlot & Seaborn —Data :

Dataimport numpy as np  x = np.arange(0,20)  y = x**2 + 1000  z = x**3 - x**2

02#PyEx — Python — MatlilPlot & Seaborn — Importing MatlibPlot:

Import matplotlib.pyplot as plt

03#PyEx — Python — MatlilPlot & Seaborn —Plotting Graphs :

Plot (x,y), set the x-axis label to 'x', set the y-axis label to 'y' and set the title to 'TITLE' as in the figure below:

04#PyEx — Python — MatlilPlot & Seaborn —Plotting Graphs :

Now plot (x, z) to recreate the plot below. Observe the labels and limits of the axis on the plot:

05#PyEx — Python — MatlilPlot & Seaborn —Plotting Graphs :

Plot (x, y) and (x, z) as in the plot below. Notice the legend:

06#PyEx — Python — MatlilPlot & Seaborn —Plotting Graphs :

Use plt.subplots(nrows=1, ncols=2) to create the plot below. Note the colors and line styles:

07#PyEx — Python — MatlilPlot & Seaborn — Plotting Graphs :

Resize the plot to (5, 15) as in the figure below.

If you find this post helpful, please consider to subscribe to the Jungletronics for more posts like this.

Until next time!

I wish you excellent day!

Be safe!

Cheers!

Google Colab Notebooks are here:

Colab Notebook Anwers link:)

Google Drive link:)

Credits & References

INTRODUÇÃO A MACHINE LEARNING PARA CERTIFICAÇÃO HCIA-AI by crateus.ufc.br

https://www.huawei.com/en/

Posts Related:

00Episode#PySeries — Python — Jupiter Notebook Quick Start with VSCode — How to Set your Win10 Environment to use Jupiter Notebook

01Episode#PySeries — Python — Python 4 Engineers — Exercises! An overview of the Opportunities Offered by Python in Engineering!

02Episode#PySeries — Python — Geogebra Plus Linear Programming- We’ll Create a Geogebra program to help us with our linear programming

03Episode#PySeries — Python — Python 4 Engineers — More Exercises! — Another Round to Make Sure that Python is Really Amazing!

04Episode#PySeries — Python — Linear Regressions — The Basics — How to Understand Linear Regression Once and For All!

05Episode#PySeries — Python — NumPy Init & Python Review — A Crash Python Review & Initialization at NumPy lib.

06Episode#PySeries — Python — NumPy Arrays & Jupyter Notebook — Arithmetic Operations, Indexing & Slicing, and Conditional Selection w/ np arrays.

07Episode#PySeries — Python — Pandas — Intro & Series — What it is? How to use it?

08Episode#PySeries — Python — Pandas DataFrames — The primary Pandas data structure! It is a dict-like container for Series objects

09Episode#PySeries — Python — Python 4 Engineers — Even More Exercises! — More Practicing Coding Questions in Python!

10Episode#PySeries — Python — Pandas — Hierarchical Index & Cross-section — Open your Colab notebook and here are the follow-up exercises!

11Episode#PySeries — Python — Pandas — Missing Data — Let’s Continue the Python Exercises — Filling & Dropping Missing Data

12Episode#PySeries — Python — Pandas — Group By — Grouping large amounts of data and compute operations on these groups

13Episode#PySeries — Python — Pandas — Merging, Joining & Concatenations — Facilities For Easily Combining Together Series or DataFrame

14Episode#PySeries — Python — Pandas — Pandas Dataframe Examples: Column Operations

15Episode#PySeries — Python — Python 4 Engineers — Keeping It In The Short-Term Memory — Test Yourself! Coding in Python, Again!

16Episode#PySeries — NumPy — NumPy Review, Again;) — Python Review Free Exercises

17Episode#PySeries — Generators in Python — Python Review Free Hints

18pisode#PySeries — Pandas Review…Again;) — Python Review Free Exercise(this one)

19Episode#PySeriesMatlibPlot & Seaborn Python Libs — Reviewing theses Plotting & Statistics Packs

20Episode#PySeriesSeaborn Python Review — Reviewing theses Plotting & Statistics Packs

Img from: https://www.nobledesktop.com/learn/python/data-visualization-matplotlib

--

--

J3
Jungletronics

Hi, Guys o/ I am J3! I am just a hobby-dev, playing around with Python, Django, Ruby, Rails, Lego, Arduino, Raspy, PIC, AI… Welcome! Join us!