Matplotlib Quiz_2

Matplotlib Quiz_2

12th Grade

8 Qs

quiz-placeholder

Similar activities

L.5. PHP FUNCTION AND ARRAY - 1

L.5. PHP FUNCTION AND ARRAY - 1

12th Grade

10 Qs

AP Computer Science Principles Unit 7 Review

AP Computer Science Principles Unit 7 Review

9th - 12th Grade

12 Qs

Penggunaan Pernyataan Function (4.2.2)

Penggunaan Pernyataan Function (4.2.2)

3rd Grade - University

10 Qs

UAS ASJ XII TKJ

UAS ASJ XII TKJ

12th Grade

10 Qs

Data Visualization Quiz

Data Visualization Quiz

9th - 12th Grade

13 Qs

12 CS Lesson-16

12 CS Lesson-16

12th Grade

10 Qs

BTEC National ICT U2 LAB - Queries 3

BTEC National ICT U2 LAB - Queries 3

12th Grade

10 Qs

Procedures Practice Part 2

Procedures Practice Part 2

9th - 12th Grade

6 Qs

Matplotlib Quiz_2

Matplotlib Quiz_2

Assessment

Quiz

Computers

12th Grade

Medium

Created by

RAJU S

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a pie chart in Matplotlib?

plt.pie()

plt.piechart()

plt.chart()

plt.pieplot()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you explode a slice in a pie chart to emphasize it?

Use the explode parameter in plt.pie()

Use the highlight parameter in plt.pie()

Use the slice parameter in plt.pie()

Use the accent parameter in plt.pie()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the plt.scatter() function do?

Creates a line plot

Creates a scatter plot

Creates a histogram

Creates a pie chart

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Matplotlib can be used to customize the size of points in a scatter plot?

plt.scatter()

plt.plot()

plt.bar()

plt.hist()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a legend to a scatter plot?

plt.legend()

plt.add_legend()

plt.show_legend()

plt.insert_legend()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create a violin plot in Matplotlib?

plt.violin()

plt.boxplot()

plt.violinplot()

plt.plot()

7.

OPEN ENDED QUESTION

3 mins • 1 pt

What does the c parameter in plt.scatter() control?

Evaluate responses using AI:

OFF

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which parameter in plt.pie() defines how much each slice is exploded from the center?

explode

offset

separation

dist