Python: matlpotlib Online Quiz

Python: matlpotlib Online Quiz

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

python advance

python advance

10th Grade

13 Qs

Python - graficko predstavljanje nizova

Python - graficko predstavljanje nizova

9th Grade

5 Qs

NumPy

NumPy

9th Grade - University

10 Qs

X_charts_basic

X_charts_basic

10th Grade

11 Qs

python

python

10th Grade

10 Qs

Exploring Data Visualization

Exploring Data Visualization

9th Grade - University

10 Qs

Data Visualization

Data Visualization

10th Grade - University

12 Qs

การประมวลผลสารสนเทศ

การประมวลผลสารสนเทศ

9th Grade

10 Qs

Python: matlpotlib Online Quiz

Python: matlpotlib Online Quiz

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Joana Salen

Used 114+ 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

we can not change the color of the chart

false

true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is better to use pandas dataframe when putting title or labels in your chart.

True

False

5.

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)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code should we use to display our graphs?

plt.display()

plt.graph()

plt.show()

plt.chart()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pyplot is also a python library.

False

True

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?