DAVI Seaborn

DAVI Seaborn

12th Grade

8 Qs

quiz-placeholder

Similar activities

Windows App Tutorial

Windows App Tutorial

10th - 12th Grade

10 Qs

MySQL Python Connectivity

MySQL Python Connectivity

12th Grade - University

10 Qs

User Interfaces

User Interfaces

11th - 12th Grade

10 Qs

AppsLab_Q3

AppsLab_Q3

1st Grade - Professional Development

12 Qs

AWS

AWS

KG - 12th Grade

9 Qs

Unit CC Migration Tools

Unit CC Migration Tools

12th Grade

10 Qs

Tkinter Course - 1

Tkinter Course - 1

12th Grade - Professional Development

6 Qs

Technical Terms - Internet (A-Z) - ASP.NET

Technical Terms - Internet (A-Z) - ASP.NET

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