由 liuqing01 于 2025/06/30 11:35 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -25,16 +25,16 @@ 25 25 26 26 The composition of a line chart includes: 27 27 28 -1. ((( 29 -**Horizontal axis (X-axis):**线图中的横轴是水平方向上的轴线,通常用于展示数据的分类或者时间等连续性变量。 30 -))) 31 -1. ((( 32 -折 **纵轴 (Y 轴):** 折线图中的纵轴是垂直方向上的轴线,通常用于展示数据的数值或者数量。 28 +1. **Horizontal axis (X-axis): **The horizontal axis in a line graph is the horizontal axis, usually used to display continuous variables such as data classification or time. 29 +1. **Vertical axis (Y-axis):** The vertical axis in a line chart is the axis in the vertical direction, usually used to display numerical values or quantities of data. 30 +1. **Point: ** Each point represents the data value at a specific position on the horizontal and vertical axes. In a line chart, the line connecting all points can show the trend and change of the data. 31 +1. **Line:** The lines in a line chart are straight lines formed by connecting data points, representing the trend of data changes. The trend of the lines can intuitively show the growth, decrease, or fluctuation of the data. 33 33 33 +((( 34 + 34 34 35 -**点:** 每个点代表了横轴和纵轴上特定位置的数据值,在折线图中,连接所有点的折线可以展现数据的趋势和变化。 36 36 37 - **线:** 折线图中的线是由连接数据点而成的直线,代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。37 + 38 38 ))) 39 39 40 40 ====== 【基本要求】 ======