matplotlib

matplotlib

10th Grade

10 Qs

quiz-placeholder

Similar activities

Formatting Tables Quiz

Formatting Tables Quiz

5th - 12th Grade

15 Qs

Kelas X - Algoritma Pemrograman

Kelas X - Algoritma Pemrograman

10th Grade

10 Qs

Excel Overview

Excel Overview

9th - 12th Grade

10 Qs

CAT G10 M19 AMA Session 1 Quiz

CAT G10 M19 AMA Session 1 Quiz

10th Grade

10 Qs

Spreadsheet Chart

Spreadsheet Chart

10th - 12th Grade

10 Qs

Charts in Excel

Charts in Excel

6th - 10th Grade

10 Qs

Basic Charts & Graphs

Basic Charts & Graphs

9th - 12th Grade

15 Qs

Soal informatika

Soal informatika

10th Grade

10 Qs

matplotlib

matplotlib

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Mariam Alketbi

Used 242+ 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?