matplotlib.axes.Axes.set#

Axes.set(*, adjustable=<UNSET>, agg_filter=<UNSET>, alpha=<UNSET>, anchor=<UNSET>, animated=<UNSET>, aspect=<UNSET>, autoscale_on=<UNSET>, autoscalex_on=<UNSET>, autoscaley_on=<UNSET>, axes_locator=<UNSET>, axisbelow=<UNSET>, box_aspect=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, facecolor=<UNSET>, frame_on=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, mouseover=<UNSET>, navigate=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, position=<UNSET>, prop_cycle=<UNSET>, rasterization_zorder=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, subplotspec=<UNSET>, title=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, xbound=<UNSET>, xlabel=<UNSET>, xlim=<UNSET>, xmargin=<UNSET>, xscale=<UNSET>, xticklabels=<UNSET>, xticks=<UNSET>, ybound=<UNSET>, ylabel=<UNSET>, ylim=<UNSET>, ymargin=<UNSET>, yscale=<UNSET>, yticklabels=<UNSET>, yticks=<UNSET>, zorder=<UNSET>)[source]#

Set multiple properties at once.

Supported properties are

Property

Description

adjustable

{'box', 'datalim'}

agg_filter

a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image

alpha

scalar or None

anchor

(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...}

animated

bool

aspect

{'auto', 'equal'} or float

autoscale_on

bool

autoscalex_on

unknown

autoscaley_on

unknown

axes_locator

Callable[[Axes, Renderer], Bbox]

axisbelow

bool or 'line'

box_aspect

float or None

clip_box

BboxBase or None

clip_on

bool

clip_path

Patch or (Path, Transform) or None

facecolor or fc

color

figure

Figure

frame_on

bool

gid

str

in_layout

bool

label

object

mouseover

bool

navigate

bool

navigate_mode

unknown

path_effects

list of AbstractPathEffect

picker

None or bool or float or callable

position

[left, bottom, width, height] or Bbox

prop_cycle

Cycler

rasterization_zorder

float or None

rasterized

bool

sketch_params

(scale: float, length: float, randomness: float)

snap

bool or None

subplotspec

unknown

title

str

transform

Transform

url

str

visible

bool

xbound

(lower: float, upper: float)

xlabel

str

xlim

(left: float, right: float)

xmargin

float greater than -0.5

xscale

unknown

xticklabels

unknown

xticks

unknown

ybound

(lower: float, upper: float)

ylabel

str

ylim

(bottom: float, top: float)

ymargin

float greater than -0.5

yscale

unknown

yticklabels

unknown

yticks

unknown

zorder

float

Examples using matplotlib.axes.Axes.set#

Bar Label Demo

Bar Label Demo

Curve with error band

Curve with error band

Bar chart with gradients

Bar chart with gradients

Scatter plot with histograms

Scatter plot with histograms

Simple Plot

Simple Plot

Creating a timeline with lines, dates, and text

Creating a timeline with lines, dates, and text

Contour plot of irregularly spaced data

Contour plot of irregularly spaced data

Axes Demo

Axes Demo

Creating multiple subplots using plt.subplots

Creating multiple subplots using plt.subplots

Boxplots

Boxplots

Hexagonal binned plot

Hexagonal binned plot

Nested pie charts

Nested pie charts

Angle annotations on bracket arrows

Angle annotations on bracket arrows

Annotating Plots

Annotating Plots

Arrow Demo

Arrow Demo

Text Commands

Text Commands

Usetex Baseline Test

Usetex Baseline Test

Reference for Matplotlib artists

Reference for Matplotlib artists

Ellipse Demo

Ellipse Demo

Drawing fancy boxes

Drawing fancy boxes

Demo Axes Grid

Demo Axes Grid

Adding a colorbar to inset axes

Adding a colorbar to inset axes

Inset locator demo

Inset locator demo

axis_direction demo

axis_direction demo

Parasite Axes demo

Parasite Axes demo

Parasite axis demo

Parasite axis demo

Animated 3D random walk

Animated 3D random walk

Pick event demo

Pick event demo

Viewlims

Viewlims

Zoom Window

Zoom Window

Manual Contour

Manual Contour

Plotting with keywords

Plotting with keywords

3D box surface plot

3D box surface plot

Project contour profiles onto a graph

Project contour profiles onto a graph

Project filled contour onto a graph

Project filled contour onto a graph

Generate polygons to fill under 3D line graph

Generate polygons to fill under 3D line graph

3D stem

3D stem

3D voxel / volumetric plot with RGB colors

3D voxel / volumetric plot with RGB colors

Log Demo

Log Demo

Multiple y-axis with Spines

Multiple y-axis with Spines

Mouse Cursor

Mouse Cursor

Annotate Explain

Annotate Explain

Connection styles for annotations

Connection styles for annotations

Nested GridSpecs

Nested GridSpecs

Simple Annotate01

Simple Annotate01

The Lifecycle of a Plot

The Lifecycle of a Plot

plot(x, y)

plot(x, y)

scatter(x, y)

scatter(x, y)

bar(x, height)

bar(x, height)

stem(x, y)

stem(x, y)

fill_between(x, y1, y2)

fill_between(x, y1, y2)

stackplot(x, y)

stackplot(x, y)

stairs(values)

stairs(values)

hist(x)

hist(x)

boxplot(X)

boxplot(X)

errorbar(x, y, yerr, xerr)

errorbar(x, y, yerr, xerr)

violinplot(D)

violinplot(D)

eventplot(D)

eventplot(D)

hist2d(x, y)

hist2d(x, y)

hexbin(x, y, C)

hexbin(x, y, C)

pie(x)

pie(x)

barbs(X, Y, U, V)

barbs(X, Y, U, V)

quiver(X, Y, U, V)

quiver(X, Y, U, V)

tricontour(x, y, z)

tricontour(x, y, z)

tricontourf(x, y, z)

tricontourf(x, y, z)

tripcolor(x, y, z)

tripcolor(x, y, z)

triplot(x, y)

triplot(x, y)

scatter(xs, ys, zs)

scatter(xs, ys, zs)

plot_surface(X, Y, Z)

plot_surface(X, Y, Z)

plot_trisurf(x, y, z)

plot_trisurf(x, y, z)

voxels([x, y, z], filled)

voxels([x, y, z], filled)

plot_wireframe(X, Y, Z)

plot_wireframe(X, Y, Z)

Animations using Matplotlib

Animations using Matplotlib

Arranging multiple Axes in a Figure

Arranging multiple Axes in a Figure

Annotations

Annotations