Mathematica 9 is now available

Line

Usage

Line[  ,  , ...  ] 是一个图形原型,表示连接点列的线。


Notes

Line 可以用在GraphicsGraphics3D中 (二或三维图形). •点的位置可以通过如同 x, y  x, y, z 的普通坐标指定,或通过如同Scaled[ x, y ]Scaled[ x, y, z ]的尺度坐标指定。
Offset 可以用于指定二维坐标。 • 线由连接指定点的直线段组成。 • 线的粗细可以用ThicknessAbsoluteThickness指定。 • 破折线的可以用DashingAbsoluteDashing指定。 • 线的阴影或颜色可以用 CMYKColor, GrayLevel, HueRGBColor指定。
• 参见 Mathematica 全书: 2.9.2 and 节 2.9.8.
• 同时参见: Polygon, PlotJoined.
Further Examples

Line creates a graphics object connecting the points in the list.

Evaluate the cell to see the graphic.

In[1]:=  



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.