matplotlib
seaborn
100

I am the brilliant creator of Matplotlib.

John D.Hunter

100

what is Seaborn?

Seaborn is a library for creating statistical graphics in Python. It is based on Matplotlib and integrates with Pandas data structures.

200

What is the code to import Matplotlib into your Python script ?

import matplotlib.pyplot as plt

200

Why Do We Need 

Seaborn?

Seaborn is a library for creating statistical graphics in Python. 

It is based on Matplotlib and integrates with Pandas data structureы

300

This is the Python function that displays multiple plots in one figure.

subplot() function

300

WHO IS CREATOR?

Michael Waskom

400

This parameter is used to specify the number of adjacent bars in a histogram.

bins in the plt.hist() function

Example: 


plt.hist(data, bins=20) #creates a histogram with 20 bins

400

What are the basic Seaborn functions?

sns.relplot()

sns.jointplot()

sns.distplot()

500

/Users/bibinurargynbayeva/Library/Containers/ru.keepcoder.Telegram/Data/tmp/IMAGE 2023-11-14 11:28:54.jpg

write code

/Users/bibinurargynbayeva/Library/Containers/ru.keepcoder.Telegram/Data/tmp/IMAGE 2023-11-14 11:29:04.jpg

500

"How is Seaborn different from Matplotlib?"


Matplotlib is a great library for beginners, while Seaborn is ideal for creating complex plots with minimal code.


M
e
n
u