NEW
Font size
WorksheetsData visualization
Total questions: 12
Worksheet time: 6mins
What does these 4 colour boxes on extreme right side called
Title
Legend
Heading
Label
What type of graph is this?
Bar graph
Box Plot
Histogram
Frequency Polygon
Which type of graph is show here
Polygon
Histogram
ScatterPlot
BoxPlot
Plot can be saved in a pdf form
True
False
Matplotlib is a python interface.
True
False
The most popular data visualization library in python is _______.
pip
matinfolib
matplotlib
matpiplib
Markers are data points in the graph?
True
False
______________________ are drawn with respect to the histogram created?
bar plot
Frequency polygon
box plot
none
___________plot is also described as five-number summery plot.
Histogram
box plot
frequency polygon
scatter plot
Which of the following methods should be employed in the code to display a plot?
Display()
Show()
Execute()
Plot()
Which Python Package is used for 2D graphics?
matplotlib.pyplot
matplotlib.pip
matplotlib.numpy
matplotlib.plt
________________function is used to create a horizontal bar chart.
barchart()
barh()
bar()
None of the above
