CBSE Class 12 Informatics Practices Question 82 of 147

Plotting with Pyplot — Question 14

Back to all questions
14
Question

Question 14

The plot is always as per the data series being plotted irrespective of the xlim().

Answer

False

Reason — The plot appearance can be affected by the data series being plotted, but it can also be influenced by functions such as xlim() which determine the range of values shown on the x-axis.