CBSE Class 12 Informatics Practices Question 69 of 147

Plotting with Pyplot — Question 1

Back to all questions
1
Question

Question 1

PyPlot is a sub-library of matplotlib library.

Answer

True

Reason — PyPlot is a sub-library of Matplotlib library. It allows users to construct 2D plots easily and interactively. Pyplot essentially reproduces plotting functions and behavior of MATLAB.