Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Which of the following parameter is used to set the size of marker , while using plot function?

Answer»

Which of the FOLLOWING parameter is used to set the SIZE of marker , while using plot function?
Choose the correct option from below LIST:-
(1)markersize
(2)s
(3)size
(4)marker_s

Answer:-(1)markersize

2.

A Figure can contain multiple Axes

Answer»

A Figure can CONTAIN multiple Axes
State true or false
A Figure can contain multiple Axes.State true or false.? Choose the CORRECT answer from below LIST:- (1)False (2)True Answer:-(2)True

3.

Multiple lines can be plotted using a single plot function? State True or False

Answer»

Multiple lines can be plotted USING a single PLOT FUNCTION? State True or False
Choose the correct OPTION from below list:-
(1)True
(2)False

Answer:-(1)True

4.

The area where data is plotted is known as ___________.

Answer»

The area where data is plotted is known as ___________.
CHOOSE the CORRECT answer from below list:-
(1)Figure
(2)CANVAS
(3)Axes
(4)Axis

Answer:-(3)Axes

5.

What is the default width and height of a matplotlib figure , in inches?

Answer»

What is the default WIDTH and height of a MATPLOTLIB figure , in inches?
Choose the correct OPTION from below list:-
(1)6, 8
(2)8, 6
(3)6, 4
(4)4, 6

Answer;-(3)6, 4

6.

Which of the following python libraries are used for Data Visualization?

Answer»

Which of the following python libraries are USED for Data Visualization?
Choose the correct option from below list:-
(1)seaborn
(2)All of those mentioned
(3)MATPLOTLIB
(4)bokeh

Answer:-(2)All of those mentioned

7.

Which of the following value creates triangle markers, pointing left wards?

Answer»

Which of the following VALUE CREATES triangle markers, pointing left wards?
CHOOSE the correct option from below list:-
(1)>
(2)l
(3)<
(4)lt

Answer:-(3)

8.

Which of the following parameter is used to set the style of a line?

Answer»

Which of the FOLLOWING parameter is used to SET the style of a line?
Choose the CORRECT OPTION from below list:-
(1)lineshape
(2)style
(3)plotstyle
(4)linestyle

Answer:-(4)linestyle

9.

Which of the following type of values can be passed to color argument of plot function?

Answer»

Which of the following TYPE of VALUES can be passed to color argument of plot function?
CHOOSE the correct option from below list:-
(1)Full names such as green
(2)RGB tuples
(3)All of those MENTIONED
(4)Hex strings such as #008000

Answer:-(3)All of those mentioned

10.

What does the expression plot(x, y, 'bo') do ?

Answer»

What does the expression PLOT(X, y, bo) do ?
CHOOSE the correct option from below list:-
(1)Plots MARKERS with default color
(2)Plots a line with default color
(3)Plots a BLUE colored line with circle markers
(4)Plots blue colored circle markers

Answer:-(4)Plots blue colored circle markers

11.

The function add_subplot returns ___?

Answer»

The function add_subplot returns ___?
Choose the correct answer from below LIST:-
(1)Axis OBJECT
(2)Subplot object
(3)FIGURE Object
(4)Axes Object

Answer;-(4)Axes Object

12.

Which of the following value creates pentagon shaped markers?

Answer»

Which of the FOLLOWING value creates pentagon SHAPED markers?
Choose the correct option from below LIST:-
(1)h
(2)p
(3)1
(4)5

Answer:-(2)p

13.

Which of the following parameter is used to make a line disappear, when plotted using plot function?

Answer»

Which of the following parameter is USED to make a LINE disappear, when plotted using PLOT FUNCTION?
CHOOSE the correct option from below list:-
(1)nodisplay
(2)visible
(3)display
(4)invisible

Answer:-(2)visible