What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
Answer Posted / Amresh Pratap Singh
A bar chart displays categories on the x-axis and their respective counts or values on the y-axis using bars. The bars can be grouped, stacked, or clustered. A histogram is a special type of bar chart that shows the frequency distribution of continuous data by dividing the range of data into intervals called bins.nYou would use a bar chart when you want to compare different categories and their counts or values without considering the underlying data distribution. On the other hand, you would use a histogram when you want to analyze the shape and properties of a continuous dataset's probability distribution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers