|
SOLUTIONS
|
COMPUTATIONAL GEOMETRY 程序包 符号
PlanarGraphPlot
![]()
plots the Delaunay triangulation of the points
.
plots the points
as well as the planar graph described by the vertex adjacency list or circuit g.
更多信息更多信息
- To use
, you first need to load the Computational Geometry Package using Needs["ComputationalGeometry`"]. - The planar graph g may be a vertex adjacency list of the form
or a single circuit of the form
, where i refers to the point
.
has the same options as Graphics, with the following addition:-
LabelPoints True whether points are labeled - Valid settings for LabelPoints are True and False. With the setting LabelPoints->True, each point is labeled according to its position in the input list.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
