ListContourPlot3D
✖
ListContourPlot3D
詳細とオプション




- ListContourPlot3Dは,等値面あるいはレベル集合プロットとしても知られている.
- ListContourPlot3Dは補間された関数
が定数値 d1,d2等を持つ等位面を構築する.
- 関数
は規則的なデータについては
で値 farr[[i,j,k]]を持つ.
- 関数
は不規則データについては
で値 fiを持つ.
- この関数は曲面
を可視化する.ただし,領域
は規則的なデータについてはデカルト積
,不規則データについては{{x1,y1,z1},…,{xn,yn,zn}}の凸包である.
- ListContourPlot3D[Tabular[…]cspec]は,列指定 cspec を使って表オブジェクトから値を抽出し,これをプロットする.
- 次は,表データのプロットに使用可能な列指定 cspec の形式である.
-
{colx,coly,colz,colf} 列 f と列 x, y, z をプロットする - ListContourPlot3Dによってプロットされた等高面プロットには,不連続な部分が含まれることがある.
- デフォルトによりListContourPlot3Dは各等高線レベルを不透明な白い曲面として,表面法線を外側に向けて表示する.
- ListContourPlot3Dは,デフォルトで,f の値で等間隔に置かれた3つの等高線レベルを表示する.
- Contours->{f0}というオプション設定の場合,ListContourPlot3Dは f=f0というたった1つの等高線レベルしか示さない.
- ListContourPlot3Dには,Graphics3Dと同じオプションに以下の追加・変更を加えたオプションが使える. [全オプションのリスト]
-
Axes True 軸を描くかどうか BoundaryStyle Automatic 境界3Dボックスの比 BoxRatios {1,1,1} 領域の境界をどのように描くか ColorFunction Automatic 等高面をどのように彩色するか ColorFunctionScaling True ColorFunctionの引数をスケールするかどうか Contours 3 どの等高面を表示するか,またその数 ContourStyle White 等高面のスタイル DataRange Automatic データを推測するための座標の値の範囲 MaxPlotPoints Automatic 含める点の最大数 Mesh Automatic 各方向に何本のメッシュラインを描くか MeshFunctions {#1&,#2&,#3&} メッシュ区切りの置き方の決定方法 MeshShading None メッシュラインの間の領域にどのように陰影付けするか MeshStyle Automatic メッシュ区切りのスタイル Method Automatic 補間とデータ整理のためのメソッド PerformanceGoal $PerformanceGoal パフォーマンスのどの面について最適化するか PlotLegends None 曲面の凡例 PlotRange {Full,Full,Full,Automatic} 含む値の範囲 PlotTheme $PlotTheme プロットの全体的なテーマ RegionFunction (True&) 点を含めるかどうかの決定方法 ScalingFunctions None 個々の座標をどのようにスケールするか TextureCoordinateFunction Automatic テクスチャの座標をどのように決めるか TextureCoordinateScaling True TextureCoordinateFunctionの引数をスケールするかどうか - ListContourPlot3Dは滑らかな等高線を得るために,値を線形に補間する.
- array は実数の矩形配列でなければならない.実数ではない要素があると,プロットのそれに当たる部分に穴が開く.
- ListContourPlot3D[array]はデフォルトにより,各データ点の x,y,z の座標の値が1から始まって連続する整数であると解釈する.
- DataRange->{{xmin,xmax},{ymin,ymax},{zmin,zmax}}の設定は,使用するこれ以外の範囲の座標値を指定する.
- array はSparseArrayオブジェクトでもよい.
- MeshFunctionsとRegionFunctionの関数に渡される引数は x,y,z,f である.デフォルトで,ColorFunctionとTextureCoordinateFunctionの関数には,これらの引数をスケールしたものが与えられる.
- 次は,ScalingFunctionsの可能な設定である.
-
{sx,sy,sz} x,y,z の各軸をスケールする - 次は,よく使われる組込みのスケーリング関数 s である.
-
"Log" 自動目盛ラベル付きの対数スケール "Log10" 10のベキ乗に目盛が付いた,10を底とする対数スケール "SignedLog" 0と負の数を含む対数に似たスケール "Reverse" 座標の向きを逆にする - ListContourPlot3DはGraphics3D[GraphicsComplex[data]]を返す.
- 3D曲面に影響するテーマ
-
"DarkMesh" 色の濃いメッシュライン "GrayMesh" グレーのメッシュライン "LightMesh" 色の薄いメッシュライン "ZMesh" 垂直に配置されたメッシュライン "ThickSurface" 曲面に厚みを与える

全オプションのリスト




例題
すべて開くすべて閉じる例 (5)基本的な使用例

https://wolfram.com/xid/0gfuh2x6lwb8-unh


https://wolfram.com/xid/0gfuh2x6lwb8-tqvrch


https://wolfram.com/xid/0gfuh2x6lwb8-wldg6z

https://wolfram.com/xid/0gfuh2x6lwb8-30y2il


https://wolfram.com/xid/0gfuh2x6lwb8-2kzllk


https://wolfram.com/xid/0gfuh2x6lwb8-oa2kam

スコープ (7)標準的な使用例のスコープの概要
データ (5)
値からなる通常のデータについては,
,
,
のデータ範囲は整数値であるとみなされる:

https://wolfram.com/xid/0gfuh2x6lwb8-dvp3ad

明示的な ,
,
のデータ範囲をDataRangeを使って与える:

https://wolfram.com/xid/0gfuh2x6lwb8-pdrb2

からなる不規則データについては,
,
,
のデータ範囲はデータから推測される:

https://wolfram.com/xid/0gfuh2x6lwb8-crr2h5

https://wolfram.com/xid/0gfuh2x6lwb8-ghs8to

MaxPlotPointsを使って使用する点の数を制限する:

https://wolfram.com/xid/0gfuh2x6lwb8-u6qsy


https://wolfram.com/xid/0gfuh2x6lwb8-z5lz22

https://wolfram.com/xid/0gfuh2x6lwb8-kf6om3


https://wolfram.com/xid/0gfuh2x6lwb8-5j5c6l

表形式データ (1)
オプション (64)各オプションの一般的な値と機能
BoundaryStyle (3)

https://wolfram.com/xid/0gfuh2x6lwb8-ui1ujw

Noneを使って境界線を除く:

https://wolfram.com/xid/0gfuh2x6lwb8-lttty1

RegionFunctionで切り取られた穴にBoundaryStyleを適用する:

https://wolfram.com/xid/0gfuh2x6lwb8-k3fpur

BoxRatios (3)
ColorFunction (5)

https://wolfram.com/xid/0gfuh2x6lwb8-dpzinv


https://wolfram.com/xid/0gfuh2x6lwb8-ysianv

ColorFunctionはContourStyleより優先度が高い:

https://wolfram.com/xid/0gfuh2x6lwb8-n3ashl


https://wolfram.com/xid/0gfuh2x6lwb8-ugscb

ColorFunctionはMeshShadingより優先度が低い:

https://wolfram.com/xid/0gfuh2x6lwb8-2p37iq

ColorFunctionScaling (2)
Contours (3)
ContourStyle (7)

https://wolfram.com/xid/0gfuh2x6lwb8-h71fo8


https://wolfram.com/xid/0gfuh2x6lwb8-nm6eh8

FaceFormを使って,内側と外側に異なる色を使う:

https://wolfram.com/xid/0gfuh2x6lwb8-bchqj2


https://wolfram.com/xid/0gfuh2x6lwb8-ue2rf7


https://wolfram.com/xid/0gfuh2x6lwb8-uj0rsf

ColorFunctionはContourStyleより優先度が高い:

https://wolfram.com/xid/0gfuh2x6lwb8-15l4a7

MeshShadingはContourStyleより優先度が高い:

https://wolfram.com/xid/0gfuh2x6lwb8-xe1lxb

DataRange (3)

https://wolfram.com/xid/0gfuh2x6lwb8-l8y6lt


https://wolfram.com/xid/0gfuh2x6lwb8-jrzay


https://wolfram.com/xid/0gfuh2x6lwb8-erbue

https://wolfram.com/xid/0gfuh2x6lwb8-dvs7t

MaxPlotPoints (3)
ListContourPlotは,一般に,データ集合中のすべての点を使う:

https://wolfram.com/xid/0gfuh2x6lwb8-md7smm


https://wolfram.com/xid/0gfuh2x6lwb8-lytvi0

https://wolfram.com/xid/0gfuh2x6lwb8-md4q5t


https://wolfram.com/xid/0gfuh2x6lwb8-j9d9p0

MaxPlotPointsじゃ不規則なデータに構造格子を強制する:

https://wolfram.com/xid/0gfuh2x6lwb8-hcfobx

https://wolfram.com/xid/0gfuh2x6lwb8-bv7mzu

Mesh (6)

https://wolfram.com/xid/0gfuh2x6lwb8-klbgrw

Noneを使ってメッシュを描かないようにする:

https://wolfram.com/xid/0gfuh2x6lwb8-r1je4o


https://wolfram.com/xid/0gfuh2x6lwb8-g2u


https://wolfram.com/xid/0gfuh2x6lwb8-e02x6c


https://wolfram.com/xid/0gfuh2x6lwb8-qkq633


https://wolfram.com/xid/0gfuh2x6lwb8-9kwnuy

MeshFunctions (2)
MeshShading (5)

https://wolfram.com/xid/0gfuh2x6lwb8-0cxb3n

MeshShadingは,スタイリングに関してはContourStyleより優先度が高い:

https://wolfram.com/xid/0gfuh2x6lwb8-7l5k1g

MeshShadingをAutomaticに設定し,いくつかのセグメントにContourStyle を使う:

https://wolfram.com/xid/0gfuh2x6lwb8-st3m0g

MeshShadingはColorFunctionとともに使うことができる:

https://wolfram.com/xid/0gfuh2x6lwb8-kvyovy


https://wolfram.com/xid/0gfuh2x6lwb8-fmrvn8

MeshStyle (2)
PerformanceGoal (2)
PlotRange (2)
PlotTheme (3)
RegionFunction (2)
ScalingFunctions (4)
デフォルトで,ContourPlot3Dはすべての方向に線形スケールを使用する:

https://wolfram.com/xid/0gfuh2x6lwb8-uo8hbd


https://wolfram.com/xid/0gfuh2x6lwb8-9b53o


https://wolfram.com/xid/0gfuh2x6lwb8-g1r9h2

関数とその逆関数を指定する関数によって定義されたスケールを使う:

https://wolfram.com/xid/0gfuh2x6lwb8-6srci

TargetUnits (1)
TextureCoordinateFunction (5)
テクスチャは,デフォルトで,スケールされた と
の座標を使う:

https://wolfram.com/xid/0gfuh2x6lwb8-tpzt5a


https://wolfram.com/xid/0gfuh2x6lwb8-88ic21


https://wolfram.com/xid/0gfuh2x6lwb8-np7j13


https://wolfram.com/xid/0gfuh2x6lwb8-8ybp0p

パラメータが曲面にどのようにマップするかを,テクスチャを使ってハイライトする:

https://wolfram.com/xid/0gfuh2x6lwb8-9r5psj


https://wolfram.com/xid/0gfuh2x6lwb8-tl4b7v

Wolfram Research (2007), ListContourPlot3D, Wolfram言語関数, https://reference.wolfram.com/language/ref/ListContourPlot3D.html (2025年に更新).
テキスト
Wolfram Research (2007), ListContourPlot3D, Wolfram言語関数, https://reference.wolfram.com/language/ref/ListContourPlot3D.html (2025年に更新).
Wolfram Research (2007), ListContourPlot3D, Wolfram言語関数, https://reference.wolfram.com/language/ref/ListContourPlot3D.html (2025年に更新).
CMS
Wolfram Language. 2007. "ListContourPlot3D." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/ListContourPlot3D.html.
Wolfram Language. 2007. "ListContourPlot3D." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/ListContourPlot3D.html.
APA
Wolfram Language. (2007). ListContourPlot3D. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListContourPlot3D.html
Wolfram Language. (2007). ListContourPlot3D. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListContourPlot3D.html
BibTeX
@misc{reference.wolfram_2025_listcontourplot3d, author="Wolfram Research", title="{ListContourPlot3D}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/ListContourPlot3D.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_listcontourplot3d, organization={Wolfram Research}, title={ListContourPlot3D}, year={2025}, url={https://reference.wolfram.com/language/ref/ListContourPlot3D.html}, note=[Accessed: 04-April-2025
]}