DiscretePlotおよびDiscretePlot3Dのオプションで,各要素の範囲を描画する際のプリミティブを生成するために使用する関数を与える.
ExtentElementFunction
DiscretePlotおよびDiscretePlot3Dのオプションで,各要素の範囲を描画する際のプリミティブを生成するために使用する関数を与える.
詳細
- ExtentElementFunction->f は各要素の範囲が f[region,point]で与えられるグラフィックスプリミティブで描画されるように指定する.
- ExtentElementFunction->"name"は各要素の範囲の生成に名前付きの関数を使う.
- ExtentElementFunction->f では,f への引数 region は次の形式で与えることができる.
-
DiscretePlot {{xmin,xmax},{ymin,ymax}} DiscretePlot3D {{xmin,xmax},{ymin,ymax},{zmin,zmax}} - ExtentElementFunction->f では,f への引数 point は次の形式で与えることができる.
-
DiscretePlot {x,y} DiscretePlot3D {x,y,z}
例題
例 (3)
ChartElementData["DiscretePlot"]DiscretePlot[Sin[t], {t, 10}, ExtentSize -> Full, ExtentElementFunction -> "ArrowRectangle", ColorFunction -> "Rainbow"]DiscretePlot3D[PDF[MultivariatePoissonDistribution[3, {1, 1}], {t, u}], {t, 0, 10}, {u, 0, 10}, ExtentSize -> Scaled[0.8], ColorFunction -> "SolarColors", ExtentElementFunction -> "PlaneFadingCube"]vase[{{xmin_, xmax_}, {ymin_, ymax_}, {zmin_, zmax_}}, ___] := {CapForm[None], Tube[
Table[{(xmin + xmax) / 2, (ymin + ymax) / 2, z}, {z, zmin, zmax, (zmax - zmin) / 15}],
Join[Sort[RandomReal[(xmax - xmin){0.1, 0.5}, 8], Less], Sort[RandomReal[(xmax - xmin){0.1, 0.5}, 8], Greater]]]}DiscretePlot3D[PDF[MultivariatePoissonDistribution[1, {1, 1}], {x, y}], {x, 0, 5}, {y, 0, 5}, ExtentSize -> Full, PlotRange -> {0, 0.1}, ColorFunction -> "DeepSeaColors", ExtentElementFunction -> vase]関連するガイド
テキスト
Wolfram Research (2010), ExtentElementFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/ExtentElementFunction.html.
CMS
Wolfram Language. 2010. "ExtentElementFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ExtentElementFunction.html.
APA
Wolfram Language. (2010). ExtentElementFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExtentElementFunction.html
BibTeX
@misc{reference.wolfram_2026_extentelementfunction, author="Wolfram Research", title="{ExtentElementFunction}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/ExtentElementFunction.html}", note=[Accessed: 14-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_extentelementfunction, organization={Wolfram Research}, title={ExtentElementFunction}, year={2010}, url={https://reference.wolfram.com/language/ref/ExtentElementFunction.html}, note=[Accessed: 14-September-2026]}