Which function takes an optional format string argument to specify the color and style of the plotted line?
Python Review Module 15 - Plotting

Quiz
•
Science, Other
•
University
•
Hard
Karen Diggs
Used 17+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
plt.show()
plt.imshow()
plt.legend()
plt.plot()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which property is required for plt.legend()?
alpha
data
visible
label
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which package is used for plotting in Python?
matlab
ggplot
matplotlib
matlablib
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function plots data onto the graph?
plt.show()
plt.imshow()
plt.legend()
plt.plot()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function is used to add text labels to a plot?
plt.title()
plt.xlabel()
plt.legend()
plt.text()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct syntax for text() function to display 'X Y Plot' at the coordinates (x,y) in grey color and font size 12.
plt.text('X Y Plot', [x,y], color='grey', fontsize=12)
plt.text((x,y), 'X Y Plot',color='grey', fontsize=12)
plt.text(x,y, 'X Y Plot', color='grey', fontsize=12)
plt.text([x,y], 'X Y Plot', color='grey', fontsize=12)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the correct syntax to annotate the data point at (5,2) placing the text 'Peak' at (5,3).
plt.annotate('Peak', xy=(5, 2), xytext=(5, 3))
plt.annotate('Peak', xy=(5, 3), xytext=(5, 2))
plt.annotate(xy=(5, 2), xytext=(5, 3))
plt.annotate(xy=(5, 3), xytext=(5, 2))
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which package provides tools for scientific and mathematical computations in Python?
pandas
numpy
sklearn
matplotlib
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The _____ function is used to create a second axis on a plot.
xaxis()
axisr()
twinx()
axhline()
Similar Resources on Quizizz
10 questions
Batch -1 |28-11-24 | Day -4 Data Analytics Workshop Quiz

Quiz
•
University
10 questions
Quiz Stakeholder's Day

Quiz
•
University
10 questions
PLACEMENT TEST DATA LITERATURE

Quiz
•
University
10 questions
Introduction to MS Excel - Quiz

Quiz
•
University
8 questions
ZTA FRED Part 2

Quiz
•
University
9 questions
Sobreviviendo a la Sepsis (P7)

Quiz
•
University
10 questions
Formative Quiz

Quiz
•
University
10 questions
Statistics and Data Analysis Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade