欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > python >内容正文

python

python mpl_toolkits.mplot3d.axes3d.Axes3D()使用 介绍

发布时间:2025/3/19 python 27 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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()使用 介绍的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。