Informatics Practices

What is not true about Data Visualization ?

(a) Graphical representation of information and data.

(b) Helps users in analyzing a large amount of data in a simpler way.

(c) Data Visualization makes complex data more accessible, understandable, and usable.

(d) No library needs to be imported to create charts in Python language.

PyPlot

37 Likes

Answer

No library needs to be imported to create charts in Python language.

Reason — To create charts and visualizations in Python, we need to import libraries such as Matplotlib.

Answered By

1 Like


Related Questions