PlanarGraphPlot[{{x1,y1},{x2,y2},…}]
plots the Delaunay triangulation of the points {{x1,y1},…}.
PlanarGraphPlot[{{x1,y1},{x2,y2},…},g]
plots the points {{x1,y1},…} as well as the planar graph described by the vertex adjacency list or circuit g.
PlanarGraphPlot
PlanarGraphPlot[{{x1,y1},{x2,y2},…}]
plots the Delaunay triangulation of the points {{x1,y1},…}.
PlanarGraphPlot[{{x1,y1},{x2,y2},…},g]
plots the points {{x1,y1},…} as well as the planar graph described by the vertex adjacency list or circuit g.
更多信息和选项
- PlanarGraphPlot functionality is now available in the built-in Wolfram Language function DelaunayMesh.
- To use PlanarGraphPlot, 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 {{i,{i1,i2,…}},…} or a single circuit of the form {i,j,…}, where i refers to the point {xi,yi}.
- PlanarGraphPlot 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.
文本
Wolfram Research (2012),PlanarGraphPlot,Wolfram 语言函数,https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html.
CMS
Wolfram 语言. 2012. "PlanarGraphPlot." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html.
APA
Wolfram 语言. (2012). PlanarGraphPlot. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html 年
BibTeX
@misc{reference.wolfram_2025_planargraphplot, author="Wolfram Research", title="{PlanarGraphPlot}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html}", note=[Accessed: 29-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_planargraphplot, organization={Wolfram Research}, title={PlanarGraphPlot}, year={2012}, url={https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html}, note=[Accessed: 29-April-2026]}