A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://matplotlib.org/devdocs/devel/../plot_types/3D/../../api/toolkits/mplot3d/axes3d.html below:

mpl_toolkits.mplot3d.axes3d.Axes3D — Matplotlib 3.11.0.dev1077+g30f4ece3f5 documentation

mpl_toolkits.mplot3d.axes3d.Axes3D#
class mpl_toolkits.mplot3d.axes3d.Axes3D(fig, rect=None, *args, elev=30, azim=-60, roll=0, shareview=None, sharez=None, proj_type='persp', focal_length=None, box_aspect=None, computed_zorder=True, **kwargs)[source]#

Bases: Axes

3D Axes object.

Parameters:
figFigure

The parent figure.

recttuple (left, bottom, width, height), default: None.

The (left, bottom, width, height) Axes position.

elevfloat, default: 30

The elevation angle in degrees rotates the camera above and below the x-y plane, with a positive angle corresponding to a location above the plane.

azimfloat, default: -60

The azimuthal angle in degrees rotates the camera about the z axis, with a positive angle corresponding to a right-handed rotation. In other words, a positive azimuth rotates the camera about the origin from its location along the +x axis towards the +y axis.

rollfloat, default: 0

The roll angle in degrees rotates the camera about the viewing axis. A positive angle spins the camera clockwise, causing the scene to rotate counter-clockwise.

shareviewAxes3D, optional

Other Axes to share view angles with. Note that it is not possible to unshare axes.

sharezAxes3D, optional

Other Axes to share z-limits with. Note that it is not possible to unshare axes.

proj_type{'persp', 'ortho'}

The projection type, default 'persp'.

focal_lengthfloat, default: None

For a projection type of 'persp', the focal length of the virtual camera. Must be > 0. If None, defaults to 1. For a projection type of 'ortho', must be set to either None or infinity (numpy.inf). If None, defaults to infinity. The focal length can be computed from a desired Field Of View via the equation: focal_length = 1/tan(FOV/2)

box_aspect3-tuple of floats, default: None

Changes the physical dimensions of the Axes3D, such that the ratio of the axis lengths in display units is x:y:z. If None, defaults to 4:4:3

computed_zorderbool, default: True

If True, the draw order is computed based on the average position of the Artists along the view direction. Set to False if you want to manually control the order in which Artists are drawn on top of each other using their zorder attribute. This can be used for fine-tuning if the automatic order does not produce the desired result. Note however, that a manual zorder will only be correct for a limited view angle. If the figure is rotated by the user, it will look wrong from certain angles.

**kwargs

Other optional keyword arguments:

Plotting# Text and annotations# Clearing# Appearance# Axis# Axis limits and direction# Axis labels and title# Axis scales# Autoscaling and margins# Aspect ratio# Ticks# Units# Adding artists# Sharing# Interactive# Projection and perspective# Drawing# Aliases and deprecated methods# Other# Sample 3D data# Examples using mpl_toolkits.mplot3d.axes3d.Axes3D#

bar3d(x, y, z, dx, dy, dz)

bar3d(x, y, z, dx, dy, dz)

fill_between(x1, y1, z1, x2, y2, z2)

fill_between(x1, y1, z1, x2, y2, z2)

quiver(X, Y, Z, U, V, W)

quiver(X, Y, Z, U, V, W)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4