Line
Usage
• Line[ , , ... ] 是一个图形原型,表示连接点列的线。
Notes
• Line 可以用在 Graphics和 Graphics3D中 (二或三维图形).
•点的位置可以通过如同 x, y 或 x, y, z 的普通坐标指定,或通过如同 Scaled[ x, y ] 或 Scaled[ x, y, z ]的尺度坐标指定。 • Offset 可以用于指定二维坐标。
• 线由连接指定点的直线段组成。
• 线的粗细可以用Thickness或AbsoluteThickness指定。
• 破折线的可以用Dashing或AbsoluteDashing指定。
• 线的阴影或颜色可以用 CMYKColor, GrayLevel, Hue 或 RGBColor指定。
Further Examples
Line creates a graphics object connecting the points in the list. Evaluate the cell to see the graphic.
In[1]:=
|
|