CBSE Class 12

Informatics Practices

04 Plotting Data using Matplotlib

40
Total
0
Attempted
0
Correct
0
Wrong
00:00:00
Q-1
Which type of plot is most suitable to represent the change in temperature over days?
Easy Matplotlib Basics
Sample Data
Day Temperature
Mon 28
Tue 30
Wed 31
Thu 29
A Bar chart
B Pie chart
C Line graph
D Histogram
Answer: Line graph
Explanation: A line graph is best suited for showing changes or trends over time.