Informatics Practices

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.

PyPlot

1 Like

Answer

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.

Answered By

1 Like


Related Questions