python mpl_toolkits.mplot3d.axes3d.Axes3D()使用 介绍
生活随笔
收集整理的這篇文章主要介紹了
python mpl_toolkits.mplot3d.axes3d.Axes3D()使用 介绍
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
官網說明
https://matplotlib.org/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.html
本地doc:
Init signature:Axes3D(fig,rect=None,*args,azim=-60,elev=30,zscale=None,sharez=None,proj_type='persp',**kwargs, ) Docstring: 3D axes object. Init docstring:Parameters ---------- fig : FigureThe parent figure. rect : (float, float, float, float)The ``(left, bottom, width, height)`` axes position. azim : float, optionalAzimuthal viewing angle, defaults to -60. elev : float, optionalElevation viewing angle, defaults to 30. zscale : ['function' | 'functionlog' | 'linear' | 'log' | 'logit' | 'symlog'], optionalThe z scale. Note that currently, only a linear scale issupported. sharez : Axes3D, optionalOther axes to share z-limits with. proj_type : {'persp', 'ortho'}The projection type, default 'persp'.Notes ----- .. versionadded:: 1.2.1The *sharez* parameter. File: c:\users\huawei\appdata\local\programs\python\python36\lib\site-packages\mpl_toolkits\mplot3d\axes3d.py Type: type Subclasses:總結
以上是生活随笔為你收集整理的python mpl_toolkits.mplot3d.axes3d.Axes3D()使用 介绍的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python matplotlib.py
- 下一篇: python matplotlib.fi