Matplotlib

Matplotlib

University

20 Qs

quiz-placeholder

Similar activities

MATLAB Basics Quiz

MATLAB Basics Quiz

University

17 Qs

DataScience -6 & 7

DataScience -6 & 7

University

20 Qs

Python (BCS-DS-427B)

Python (BCS-DS-427B)

University

19 Qs

Analitika Data_Ekosistem Data

Analitika Data_Ekosistem Data

University

20 Qs

ETS Pemrograman Komputer (Microsoft EXCEL)

ETS Pemrograman Komputer (Microsoft EXCEL)

University

15 Qs

DEI40103- Revision Before Test

DEI40103- Revision Before Test

University

18 Qs

D29 QUIZ OF THE DAY

D29 QUIZ OF THE DAY

University

25 Qs

Pretest Short Course MS Excel

Pretest Short Course MS Excel

University

20 Qs

Matplotlib

Matplotlib

Assessment

Quiz

Engineering

University

Medium

Created by

PRABANAND S C

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to plot a line graph?

plot(x, y)

plt.plot(x, y)

plt(x, y)

plot.plt(x, y)

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you set a title for a plot using matplotlib library?

plt.title("Title")

plt.set.title("Title")

plt.Title("Title")

plt.set_title("Title")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to create a subplot in a figure with three plots side by side and two rows of subplots?

ax1 = fig.add_subplot(123)

ax1 = fig.add_subplot(231)

ax1 = fig.add_subplot(321)

ax1 = fig.add_subplot(3*2)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function for creating a horizontal bar plot?

plt.bar_hor(x, y)

plt.hbar(x, y)

plt.barh(x, y)

plt.bar(x, y)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the standard way to import matplotlib’s pyplot library in python?

import matplot as plt

import matplotlib.pyplot as plt

from matplotlib import pyplot as plt

import matplotlib pyplot as plt

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the subplot() function in Matplotlib?

Set the subplot title

Create multiple plots in one figure

Add subplots to a figure

Adjust subplot spacing

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you customize the color of bars in a bar plot in Matplotlib?

bar_color parameter in bar()

color parameter in bar()

set_color() method

customize_color() method

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?

Similar Resources on Wayground