VertexStyle

VertexStyle

Graphおよび関連関数のオプションかつ注釈で,頂点のスタイルを指定する.

詳細

  • 使用可能なオプション設定
  • Automatic自動設定のスタイルを使う
    stylestyle をすべての頂点に使う
    {v1->style1,v2->style2,}stylei を頂点 vi に使う
    {patt1style1,patt2style2,}パターン pattiと一致する頂点に styleiを使う
  • 明示的な頂点スタイル v->style のない頂点には自動設定のスタイルが使われる.
  • ラッパーStyle[v,style]Annotation[v,VertexStyle->style]に等しく,Graph等の関数でグラフを作成する際に使うことができる.
  • VertexStyleは,点,線,面に適用できる.
  • 複数のスタイル指示子の指定にはDirective[style1,style2,]を使う.
  • スタイルその他の指定は,事実上,VertexStyleStyleその他のラッパー,VertexShapeFunctionの順に適用され,後で適用されたものが先に適用されたものに優先する.

例題

すべて開くすべて閉じる

  (2)

すべての頂点にスタイルを付ける:

個々の頂点のスタイルを指定する:

スコープ  (10)

VertexStyleは一般的なグラフに使うことができる:

行列グラフ:

特殊グラフ:

ランダムグラフ:

Annotationラッパーの中でVertexStyleを使う:

Styleラッパーを使うこともできる:

Directiveを使って複数のスタイル指示子を設定する:

VertexStyleはパターンを使うことができる:

VertexStyleVertexShapeFunctionと組み合せることができる:

VertexShapeFunctionVertexStyleより優先順位が高い:

VertexStyleBaseStyleと組み合せることができる:

VertexStyleBaseStyleより優先順位が高い:

VertexShapeVertexStyleの影響を受けない:

Wolfram Research (2010), VertexStyle, Wolfram言語関数, https://reference.wolfram.com/language/ref/VertexStyle.html.

テキスト

Wolfram Research (2010), VertexStyle, Wolfram言語関数, https://reference.wolfram.com/language/ref/VertexStyle.html.

CMS

Wolfram Language. 2010. "VertexStyle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VertexStyle.html.

APA

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

BibTeX

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

BibLaTeX

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