Matplotlib Quiz_2

Matplotlib Quiz_2

12th Grade

8 Qs

quiz-placeholder

Similar activities

Excel Chart

Excel Chart

9th - 12th Grade

10 Qs

Test#1

Test#1

12th Grade

10 Qs

Python plot

Python plot

12th Grade

12 Qs

Python Pandas (ai gen)

Python Pandas (ai gen)

12th Grade

10 Qs

Graph and Chart Parts in MS Excel

Graph and Chart Parts in MS Excel

9th - 12th Grade

10 Qs

SC data visualization

SC data visualization

7th - 12th Grade

10 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

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