ColorFunctionBinning

ColorFunctionBinning

プロット関数のオプションで,スタイリングのために値を有限数のビンに分割する.

詳細

  • 次は,ColorFunctionBinningの可能な設定である.
  • None値の連続範囲
    Automaticビンを自動決定する
    n等間隔のほぼ n 個の区分
    "KMeans"k 平均クラスタリングアルゴリズムを使ってビンを求める
    "Quantile"ビンの計算に四分位数を使う
    {d}d のビンを使う
    {min,max,d}dmin から max までのビンを使う
    {{b1,b2,}}特定の区切り点 biを使ってビンを分割する
    {"name",n}名前付きのメソッドを使って n 個の区分を求める
    ff[{v1,v2,}]を使ってビンを決定する
  • ビン分割された色関数を使うと,色関数がビンの値ではなくビンの数に基づいて均等にサンプリングされる.

例題

すべて開くすべて閉じる

  (2)

Noneを使うことで色の連続範囲を使う:

等幅のビンに対応する色を使う:

スコープ  (5)

ビンをどの程度の大きさにするかを指定する:

値のクラスタを求めるために k 平均アルゴリズムを使う:

求めるクラスタ数を指定する:

"Quantile"を使うと,各ビンにほぼ同数の領域が入れられる:

領域の中には小さすぎて見えないものもあるかもしれない:

属する四分位数によって領域を彩色する:

ビンの境界を指定する:

考えられる問題  (1)

等幅ビンに対応する色を使う:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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