Matplotlib Quiz_2

Matplotlib Quiz_2

12th Grade

8 Qs

quiz-placeholder

Similar activities

Data Visualization : MCQs

Data Visualization : MCQs

12th Grade

10 Qs

Excel: Insert Ribbon

Excel: Insert Ribbon

12th Grade

10 Qs

BJC Unit 1 Review

BJC Unit 1 Review

10th - 12th Grade

13 Qs

Correlation

Correlation

12th Grade - University

6 Qs

Youtube

Youtube

4th Grade - University

11 Qs

Mastering Text File Handling in Python

Mastering Text File Handling in Python

12th Grade

10 Qs

Pengolahan Data dengan Google Sheets

Pengolahan Data dengan Google Sheets

10th Grade - University

10 Qs

Excel Charts

Excel Charts

12th Grade

13 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