条形图中每个条形上的叠加线是什么?
what is the overlay line on each bar in a bar chart?
我正在尝试通过数据可视化来学习自己,当我浏览条形图时,我遇到了以下问题。
在图中,条形图的每个条形图上都有一条垂直的黑线。那条覆盖的黑线到底是什么意思。感谢您的帮助
这看起来像垂直的 error bars。
Error bars are a graphical representation of the variability of data
and are used on graphs to indicate the error, or uncertainty in a
reported measurement.
我正在尝试通过数据可视化来学习自己,当我浏览条形图时,我遇到了以下问题。
在图中,条形图的每个条形图上都有一条垂直的黑线。那条覆盖的黑线到底是什么意思。感谢您的帮助
这看起来像垂直的 error bars。
Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.