Informatics Practices
Frequency polygon is created from histogram.
PyPlot
3 Likes
Answer
True
Reason — When a frequency polygon is drawn manually, it is based on the data that would be used to create a histogram.
Answered By
2 Likes
Related Questions
The pie() function can plot multiple data series.
The plot is always as per the data series being plotted irrespective of the xlim().
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.
Assertion. The matplotlib library of Python is used for data visualization.
Reason. The PyPlot interface of matplotlib library is used for 2D plotting.
- 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.