CBSE Class 12 Informatics Practices
Question 3 of 73
Data Visualization using Matplotlib — Question 3
Back to all questions 3
Question Assertion (A): Data Visualization refers to the graphical representation of information and data using visual elements like charts, graphs and maps, etc.
Reasoning (R): To install matplotlib library, we can use the command - pip install matplotlib.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true but R is not the correct explanation of A.
Explanation
Data visualization refers to the graphical or visual representation of information and data using visual elements like charts, graphs, and maps. To install the Matplotlib library, we use the command pip install matplotlib.