matplotlib

matplotlib

10th Grade

10 Qs

quiz-placeholder

Similar activities

Data Visualization Assessment

Data Visualization Assessment

7th - 12th Grade

15 Qs

Mastering Class : Data Analysis using Spreadsheet and GDS

Mastering Class : Data Analysis using Spreadsheet and GDS

1st - 12th Grade

8 Qs

065. Extra Help

065. Extra Help

9th - 12th Grade

9 Qs

Word: Graphics

Word: Graphics

9th - 12th Grade

10 Qs

Pie Chart

Pie Chart

10th Grade

10 Qs

Data Visualization Quiz

Data Visualization Quiz

9th - 12th Grade

13 Qs

Data Visualization with Matplotlib Quiz

Data Visualization with Matplotlib Quiz

10th Grade

10 Qs

charts in excel

charts in excel

7th - 10th Grade

10 Qs

matplotlib

matplotlib

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Mariam Alketbi

Used 241+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which library we import if we want to draw chart

numpy

matplotlib

pandas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

to add a title in the chart we use the function

title("title of the chart")

plt.title("title of the chart")

plt.title(title of the chart)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the codes below should we use to rotate the data ticks on x-axis?

plt.xticks(rotation=30)

plt.ylabel(rotation=30)

plt.yticks(rotation=30)

plt.xlabel(rotation=30)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code should we use to display our graphs?

plt.display()

plt.graph()

plt.show()

plt.chart()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot is also a python library.

False

True

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of a ___________.

Scatter Chart

Line Graph

Bar Graph

Pie Chart

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can use matplotlib without installing the library.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?