Plotting in Python using Matplotlib
Data Visualization in Python – Multiple Choice Questions
Multiple Choice Questions – Set 4
61. plt.plot(x, y, ‘kh‘ linestyle = ‘solid’)
In the above statement, ‘h’ stands for which type of marker ?
a. tri_up marker
b. hexagon1 marker
c. horizontal line
d. None of these
62. plt.plot(x, y, ‘kh‘)
In the above statement, linestyle argument is not specified separately. In this case Python will only plot ___________________________.
a. the markers
b. the line
c. the markers and not the line
d. None of these
63. The linewidth is specified in __________.
a. point
b. pixel
c. dot
d. None of these
64. The default line width is ________ showing a thin line.
a. 1 pixel
b. 2 pixel
c. 3 pixel
d. None of these
65. The plot() function is available in ________ library.
a. pandas
b. matplotlib.pyplot
c. Both (a) and (b)
d. None of these
66. The plot( ) function of Pandas can be used to plot ________ graphs.
a. line
b. bar
c. hist
d. All of these
67. Which argument of the plot( ) function of Pandas, is use to specify the type of graph.
a. type
b. kind
c. category
d. All of these
68. Which of the following is not a valid value for the ‘kind’ argument of Pandas plot() method.
a. line
b. boxh
c. bar
d. barh
69. Which of the following is not a valid value for the ‘kind’ argument of Pandas plot() method.
a. hist
b. box
c. circle
d. area
70. Which of the following is not a valid value for the ‘kind’ argument of Pandas plot() method.
a. pie
b. barh
c. scatter
d. boxplot
71. A ______ plot is a graph that shows the frequency of data along a number line.
a. hist
b. box
c. line
d. bar
72. _________ plot is used to show continuous dataset.
a. line
b. pie
c. hist
d. barh
73. A _________ plot is used to visualise growth or decline in data over a time interval.
a. line
b. pie
c. hist
d. barh
Class 12 Informatics Practices : Data Visualization – Plotting in Python MCQ’s
- Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 1
- Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 2
- Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 3
- Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 4
Class 12 Informatics Practices – Data Handling Using Pandas – I Multiple Choice Questions
Class 12 Informatics Practices Societal Impacts Multiple Choice Questions
- 200+ MCQ’s Class 12 Informatics Practices Unit 4 Societal Impacts Set 1
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 2
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 3
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 4
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 5
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 6
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 7
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 8
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 9
- 200+ MCQs Class 12 Informatics Practices Unit 4 Societal Impacts Set 10
Class 12 Informatics Practices : NCERT Exercise Solutions
- Class 12 Informatics Practices- Ch.1 Querying & SQL Function – NCERT Solution
- Class 12 Informatics Practices Data Handling using pandas – I NCERT Solution
- Class 12 Informatics Practices Chapter 3 Data Handling Using Pandas – II NCERT Exercise Solution
- Class 12 Informatics Practices Unit 4 Plotting Data using Matplotlib NCERT Exercise Solution
- Class 12 Informatics Practices Chapter 5 Internet and Web NCERT Exercise Solution
- Class 12 Informatics Practices Chapter 6 Societal Impacts NCERT Exercise Solution