計算幾何学パッケージ >

DiagramPlot

DiagramPlot[{{x1, y1}, {x2, y2}, ...}]
{{x1, y1}, ...}のボロノイ図をプロットする.
DiagramPlot[{{x1, y1}, {x2, y2}, ...}, {q1, q2, ...}, val]
頂点 q1, q2, ...と頂点隣接リスト val により記述される図とともに点{{x1, y1}, ...}をプロットする.
  • DiagramPlotを使うためには,まず計算幾何学パッケージ をロードしなくてはならない.それにはNeeds["ComputationalGeometry`"]を実行する必要がある.
  • DiagramPlotGraphicsと同じオプションの他に,次のオプションも取る:
LabelPointsTrue点にラベルを付けるかどうか
TrimPoints0省略する図の頂点の数
  • TrimPointsの有効な設定は,任意の非負の整数である.PlotRangeTrimPointsの設定にかかわらず点{x1, y1}, {x2, y2}, ...がすべて含めるほど常に大きい.
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team