Matplotlib Quiz_2

Matplotlib Quiz_2

12th Grade

8 Qs

quiz-placeholder

Similar activities

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

Python Charts - Line chart

Python Charts - Line chart

12th Grade

8 Qs

NumPy

NumPy

9th Grade - University

10 Qs

Data Visualization

Data Visualization

11th - 12th Grade

10 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Data Visualization

Data Visualization

10th Grade - University

12 Qs

12cs cha16

12cs cha16

12th Grade

9 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