
Matplotlib
Authored by PRABANAND S C
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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)
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?