ContourShading
等高線プロット用のオプションで,等高線の間の領域に陰影を付けるか付けないかを指定する.
詳細
- 次の設定を用いることができる.
-
None 陰影付けは行わない Automatic ColorFunctionに基づいた陰影付けを行う {g1,g2,…} 連続する領域に連続する指示子を循環的に用いる - ContourShading->Falseでは,等高線の間の領域は空白になる.
- ContourShading->Automaticでは,オプションColorFunctionの設定に基づいてこの領域を彩色する.通常は,この領域は高くなるに従って黒から白へと移行するグレーレベルで彩色される.
- ColorFunction関数の引数として与えられる値は,等高線によって形成される特定の領域の平均値である.ColorFunctionScaling->Trueでは,0から1の範囲に収まるようにスケールされる.
例題
例 (4)
ContourPlot[Sin[x]Sin[y], {x, 0, 3Pi}, {y, 0, 3Pi}, ColorFunction -> "Pastel"]ContourPlot[Sin[x]Sin[y], {x, 0, 3Pi}, {y, 0, 3Pi}, ContourShading -> None]ContourPlot[Sin[x]Sin[y], {x, 0, 3Pi}, {y, 0, 3Pi}, Contours -> 7, ContourShading -> {Purple, Blue, Cyan, Green, Yellow, Pink, Orange, Red}]等高線間の部分にColorDataの色で陰影付けする:
ContourPlot[Sin[x]Sin[y], {x, 0, 3Pi}, {y, 0, 3Pi}, ContourShading -> ColorData[35, "ColorList"]]テクニカルノート
関連するガイド
履歴
1991 で導入 (2.0) | 1999 で更新 (4.0) ▪ 2007 (6.0)
テキスト
Wolfram Research (1991), ContourShading, Wolfram言語関数, https://reference.wolfram.com/language/ref/ContourShading.html (2007年に更新).
CMS
Wolfram Language. 1991. "ContourShading." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/ContourShading.html.
APA
Wolfram Language. (1991). ContourShading. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ContourShading.html
BibTeX
@misc{reference.wolfram_2026_contourshading, author="Wolfram Research", title="{ContourShading}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/ContourShading.html}", note=[Accessed: 11-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_contourshading, organization={Wolfram Research}, title={ContourShading}, year={2007}, url={https://reference.wolfram.com/language/ref/ContourShading.html}, note=[Accessed: 11-September-2026]}