Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
contourPython では、コマンドを使用して 2D 配列の 2D 輪郭を描画するのは非常に簡単です。
contour
img=ones((4,4)) contour(img)
3D 配列がある場合に同様のものが存在するかどうか疑問に思っていましたか?
輪郭関数Axes3Dもあるモジュールを見てください。
Axes3D
ドキュメントから:
Axes3D.contour(X, Y, Z, *args, **kwargs) 3D 等高線図を作成します。
Axes3D.contour(X, Y, Z, *args, **kwargs)
3D 等高線図を作成します。