Matplotlib

Matplotlib

University

20 Qs

quiz-placeholder

Similar activities

DAY 4

DAY 4

University

20 Qs

Electronics and Circuit Theory Quiz

Electronics and Circuit Theory Quiz

University

20 Qs

EDA_FIB

EDA_FIB

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?