NEW
Font size
WorksheetsLesson 35 - matplotlib module
Total questions: 10
Worksheet time: 5mins
Which function is used to plot the graph in matplotlib ?
plot()
graph()
show()
scatter()
Which function is used to show the graph in matplotlib ?
plot()
show()
scatter()
none
Which function is used to assign the title of the graph ?
name()
title()
heading()
none
Which graph is used to plot a continuous graph ?
line plot
scatter plot
bar plot
Histogram
Which module in python is used to plot the graph ?
matplotlib
random
os
datetime
Which function is used for plotting the grid ?
grid()
legend()
plot()
show()
There are total types of loop in python -
1
2
3
4
Which operator is used for assigning values ?
==
=
is
none
Which function is used to add the elements to the set ?
add()
append()
push()
none
Which function is used to find the sum of list element ?
sum()
add()
addition()
none
