ComputationalGeometry`
ComputationalGeometry`

PlanarGraphPlot

バージョン10で,ComputationalGeometryパッケージのすべての機能がWolframシステムに組み込まれている. »

PlanarGraphPlot[{{x1,y1},{x2,y2},}]

{{x1,y1},}のドロネー(Delaunay)三角形分割をプロットする.

PlanarGraphPlot[{{x1,y1},{x2,y2},},g]]

頂点の隣接リストあるいは回路 g で記述されるグラフとともに点{{x1,y1},}をプロットする.

詳細とオプション

  • PlanarGraphPlotの機能はWolfram言語の組込み関数DelaunayMeshで利用できるようになった.
  • PlanarGraphPlotを使うためには,まず計算幾何学パッケージをロードしなくてはならない.それにはNeeds["ComputationalGeometry`"]を実行する必要がある.
  • 平面グラフ g{{i,{i1,i2,}},}という形式の頂点の隣接リストか,形式{i,j,}の単一回路であってもよい.ここで i は点{xi,yi}を指す.
  • PlanarGraphPlotGraphicsと同じオプションの他に,次のオプションも取る:
  • LabelPointsTrue点にラベルを付けるかどうか
  • LabelPointsの設定はTrueFalseのいずれかである.LabelPoints->Trueの設定では,入力リストの位置に従って各点にラベルが付けられる.
Wolfram Research (2012), PlanarGraphPlot, Wolfram言語関数, https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html.

テキスト

Wolfram Research (2012), PlanarGraphPlot, Wolfram言語関数, https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html.

CMS

Wolfram Language. 2012. "PlanarGraphPlot." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html.

APA

Wolfram Language. (2012). PlanarGraphPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html

BibTeX

@misc{reference.wolfram_2024_planargraphplot, author="Wolfram Research", title="{PlanarGraphPlot}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_planargraphplot, organization={Wolfram Research}, title={PlanarGraphPlot}, year={2012}, url={https://reference.wolfram.com/language/ComputationalGeometry/ref/PlanarGraphPlot.html}, note=[Accessed: 22-November-2024 ]}