DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

quiz-placeholder

Similar activities

Python Library-1

Python Library-1

12th Grade

11 Qs

Visual Basic Intro Quiz

Visual Basic Intro Quiz

9th - 12th Grade

10 Qs

Java Programming Language (Abstract and Inheritance) Quiz

Java Programming Language (Abstract and Inheritance) Quiz

10th Grade - Professional Development

6 Qs

PLTW CSE L1 Vocab P1/2

PLTW CSE L1 Vocab P1/2

9th - 12th Grade

10 Qs

iGCSE ICT: Chapter 1

iGCSE ICT: Chapter 1

KG - University

12 Qs

PLTW CSE L1 Vocab P2/2

PLTW CSE L1 Vocab P2/2

9th - 12th Grade

10 Qs

Test-4 Informatika 12

Test-4 Informatika 12

12th Grade

13 Qs

Apple Motion 5: Lesson 1 Review

Apple Motion 5: Lesson 1 Review

10th - 12th Grade

11 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()