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

Bbox

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

AbstractPathEffect

picker

None or bool or float or callable

position

[left, bottom, width, height] or Bbox

prop_cycle

unknown

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

unknown

xlabel

str

xlim

(bottom: float, top: float)

xmargin

float greater than -0.5

xscale

unknown

xticklabels

unknown

xticks

unknown

ybound

unknown

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

Bar Label Demo
Curve with error band

Curve with error band

Curve with error band
Bar chart with gradients

Bar chart with gradients

Bar chart with gradients
Scatter plot with histograms

Scatter plot with histograms

Scatter plot with histograms
Simple Plot

Simple Plot

Simple Plot
Creating a timeline with lines, dates, and text

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

Contour plot of irregularly spaced data
Axes Demo

Axes Demo

Axes Demo
Creating multiple subplots using ``plt.subplots``

Creating multiple subplots using plt.subplots

Creating multiple subplots using ``plt.subplots``
Boxplots

Boxplots

Boxplots
Hexagonal binned plot

Hexagonal binned plot

Hexagonal binned plot
Nested pie charts

Nested pie charts

Nested pie charts
Angle annotations on bracket arrows

Angle annotations on bracket arrows

Angle annotations on bracket arrows
Annotating Plots

Annotating Plots

Annotating Plots
Arrow Demo

Arrow Demo

Arrow Demo
Text Commands

Text Commands

Text Commands
Usetex Baseline Test

Usetex Baseline Test

Usetex Baseline Test
Reference for Matplotlib artists

Reference for Matplotlib artists

Reference for Matplotlib artists
Drawing fancy boxes

Drawing fancy boxes

Drawing fancy boxes
Adding a colorbar to inset axes

Adding a colorbar to inset axes

Adding a colorbar to inset axes
Inset locator demo

Inset locator demo

Inset locator demo
Parasite Axes demo

Parasite Axes demo

Parasite Axes demo
Parasite axis demo

Parasite axis demo

Parasite axis demo
Animated 3D random walk

Animated 3D random walk

Animated 3D random walk
Pick event demo

Pick event demo

Pick event demo
Zoom Window

Zoom Window

Zoom Window
Manual Contour

Manual Contour

Manual Contour
Plotting with keywords

Plotting with keywords

Plotting with keywords
3D box surface plot

3D box surface plot

3D box surface plot
Project contour profiles onto a graph

Project contour profiles onto a graph

Project contour profiles onto a graph
Project filled contour 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

Generate polygons to fill under 3D line graph
3D stem

3D stem

3D stem
3D voxel / volumetric plot with RGB colors

3D voxel / volumetric plot with RGB colors

3D voxel / volumetric plot with RGB colors
Log Demo

Log Demo

Log Demo
Multiple y-axis with Spines

Multiple y-axis with Spines

Multiple y-axis with Spines
Mouse Cursor

Mouse Cursor

Mouse Cursor
Annotate Explain

Annotate Explain

Annotate Explain
Connection styles for annotations

Connection styles for annotations

Connection styles for annotations
Nested GridSpecs

Nested GridSpecs

Nested GridSpecs
Simple Annotate01

Simple Annotate01

Simple Annotate01
The Lifecycle of a Plot

The Lifecycle of a Plot

The Lifecycle of a Plot
Animations using Matplotlib

Animations using Matplotlib

Animations using Matplotlib
Arranging multiple Axes in a Figure

Arranging multiple Axes in a Figure

Arranging multiple Axes in a Figure
Annotations

Annotations

Annotations
plot(x, y)

plot(x, y)

plot(x, y)
scatter(x, y)

scatter(x, y)

scatter(x, y)
bar(x, height)

bar(x, height)

bar(x, height)
stem(x, y)

stem(x, y)

stem(x, y)
step(x, y)

step(x, y)

step(x, y)
fill_between(x, y1, y2)

fill_between(x, y1, y2)

fill_between(x, y1, y2)
stackplot(x, y)

stackplot(x, y)

stackplot(x, y)
barbs(X, Y, U, V)

barbs(X, Y, U, V)

barbs(X, Y, U, V)
quiver(X, Y, U, V)

quiver(X, Y, U, V)

quiver(X, Y, U, V)
hist(x)

hist(x)

hist(x)
boxplot(X)

boxplot(X)

boxplot(X)
errorbar(x, y, yerr, xerr)

errorbar(x, y, yerr, xerr)

errorbar(x, y, yerr, xerr)
violinplot(D)

violinplot(D)

violinplot(D)
eventplot(D)

eventplot(D)

eventplot(D)
hist2d(x, y)

hist2d(x, y)

hist2d(x, y)
hexbin(x, y, C)

hexbin(x, y, C)

hexbin(x, y, C)
pie(x)

pie(x)

pie(x)
tricontour(x, y, z)

tricontour(x, y, z)

tricontour(x, y, z)
tricontourf(x, y, z)

tricontourf(x, y, z)

tricontourf(x, y, z)
tripcolor(x, y, z)

tripcolor(x, y, z)

tripcolor(x, y, z)
triplot(x, y)

triplot(x, y)

triplot(x, y)
3D scatterplot

3D scatterplot

3D scatterplot
3D surface

3D surface

3D surface
Triangular 3D surfaces

Triangular 3D surfaces

Triangular 3D surfaces
3D voxel / volumetric plot

3D voxel / volumetric plot

3D voxel / volumetric plot
3D wireframe plot

3D wireframe plot

3D wireframe plot