DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

quiz-placeholder

Similar activities

Unit 1.00- AVD

Unit 1.00- AVD

10th Grade - Professional Development

10 Qs

[AP CSP] Programming: Conditionals

[AP CSP] Programming: Conditionals

9th - 12th Grade

10 Qs

การนำเข้ารูปภาพ

การนำเข้ารูปภาพ

10th - 12th Grade

10 Qs

Ulangan pertemuan_2

Ulangan pertemuan_2

12th Grade

5 Qs

Refleksi PJJ Senin 01 Sep 2025 XI DKV 1 (Anticipate)

Refleksi PJJ Senin 01 Sep 2025 XI DKV 1 (Anticipate)

12th Grade - University

10 Qs

Adobe Premiere Pro Quiz

Adobe Premiere Pro Quiz

12th Grade

10 Qs

DNA Databases

DNA Databases

12th Grade

10 Qs

Audacity Review - Part 1

Audacity Review - Part 1

9th - 12th Grade

10 Qs

DAVI Seaborn

DAVI Seaborn

Assessment

Quiz

Computers

12th Grade

Easy

Created by

June ho

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Seaborn is python _________library based on matplotllib.

Graphical Interface

Data Visualization

Data Structure

Statistical Graph

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Find the syntax to seaborn

Import as sns

import seaborn as sns

import seaborn as as

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function to give color to plot?

plt.show()

color()

sns.swarmplot()

color_palette()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

________store data in the form of rectangular grids by which the data can be viewed easily.

numpy

Dataset

Dataframe

Datatype

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The interface for manipulating the styles is _____

set_interface()

set_style()

set_look()

set_form()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to remove the top

and right axis spines in white and ticks

themes?

despine()

spine()

grid()

set_context()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The best way to analyze Bivariate Distribution in seaborn is by using the ____________ function.

Pyplot()

Jointplot()

palplot()

joint()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which function used to positions each point of scatter plot on the categorical axis and thereby avoids overlapping points?

stripplot()

swarmplot()

countplot()

ountplot()