matplotlib.axes.Axes.set — Matplotlib 3.10.8 documentation (original) (raw)
Axes.set(*, adjustable=, agg_filter=, alpha=, anchor=, animated=, aspect=, autoscale_on=, autoscalex_on=, autoscaley_on=, axes_locator=, axisbelow=, box_aspect=, clip_box=, clip_on=, clip_path=, facecolor=, forward_navigation_events=, frame_on=, gid=, in_layout=, label=, mouseover=, navigate=, path_effects=, picker=, position=, prop_cycle=, rasterization_zorder=, rasterized=, sketch_params=, snap=, subplotspec=, title=, transform=, url=, visible=, xbound=, xlabel=, xlim=, xmargin=, xscale=, xticklabels=, xticks=, ybound=, ylabel=, ylim=, ymargin=, yscale=, yticklabels=, yticks=, zorder=)[source]#
Set multiple properties at once.
Supported properties are
Examples using matplotlib.axes.Axes.set#
![]()
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)