Matplotlib Plotting with pyplot MCQ

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 4

Plotting in Python - Data Visualization using matplotlib

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‘) […]

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 4 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 3

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 3 41. Identify the correct statement to invoke plot() function, for making a line chart. import matplotlib.pyplot as plt #assume import statement is written. a. plt.plot() b. plot( [1,2,3], [2,5,4]) c. plt.plot( [1,3,4], [2,5,4]) d. None of

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 3 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 2

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 2 21. A _______________ is a type of chart which displays information as a series of data points called markers connected by straight line segments. a. line chart / line graph b. bar chart c. scatter chart

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 2 Read More »

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 1

Plotting in Python - Data Visualization using matplotlib

Plotting in Python using Matplotlib Data Visualization in Python – Multiple Choice Questions Multiple Choice Questions – Set 1 1. _______________ means graphical or pictorial representation of the data using graph, chart, etc. a. Flow chart b. Graphics c. Data visualisation d. None of these 2. What is the purpose of plotting date? a. Visualise

Class 12 Informatics Practices Data Visualization using Python Matplotlib MCQ’s Set 1 Read More »

You cannot copy content of this page

Scroll to Top