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