matplotlib.artist.Artist.set#

Artist.set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, mouseover=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, zorder=<UNSET>)[source]#

Set multiple properties at once.

Supported properties are

Property

Description

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

animated

bool

clip_box

BboxBase or None

clip_on

bool

clip_path

Patch or (Path, Transform) or None

figure

Figure

gid

str

in_layout

bool

label

object

mouseover

bool

path_effects

list of AbstractPathEffect

picker

None or bool or float or callable

rasterized

bool

sketch_params

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

snap

bool or None

transform

Transform

url

str

visible

bool

zorder

float

Examples using matplotlib.artist.Artist.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

Contouring the solution space of optimizations

Contouring the solution space of optimizations

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

Date tick labels

Date tick labels

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

Anatomy of a figure

Anatomy of a figure

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

Patheffect Demo

Patheffect Demo

TickedStroke patheffect

TickedStroke patheffect

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