matplotlib.patches.Wedge #

classe matplotlib.patches. Cuneo ( center , r , theta1 , theta2 , * , width = None , ** kwargs ) [fonte] #

Basi:Patch

Toppa a forma di cuneo.

Un cuneo centrato in x , y centro con raggio r che spazia da theta1 a theta2 (in gradi). Se viene data la larghezza , viene tracciato un cuneo parziale dal raggio interno r - larghezza al raggio esterno r .

Gli argomenti delle parole chiave valide sono:

Proprietà

Descrizione

agg_filter

una funzione di filtro, che accetta un array float (m, n, 3) e un valore dpi e restituisce un array (m, n, 3) e due offset dall'angolo in basso a sinistra dell'immagine

alpha

sconosciuto

animated

bool

antialiasedo aa

bool o Nessuno

capstyle

CapStyleo {'culo', 'sporgente', 'rotondo'}

clip_box

Bbox

clip_on

bool

clip_path

Patch o (Percorso, Trasforma) o Nessuno

color

colore

edgecoloro ecc

colore o Nessuno

facecoloro fc

colore o Nessuno

figure

Figure

fill

bool

gid

str

hatch

{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'}

in_layout

bool

joinstyle

JoinStyleo {'mitre', 'round', 'bevel'}

label

oggetto

linestyleo ls

{'-', '--', '-.', ':', '', (offset, on-off-seq), ...}

linewidtho lw

float o Nessuno

mouseover

bool

path_effects

AbstractPathEffect

picker

Nessuno o bool o float o richiamabile

rasterized

bool

sketch_params

(scala: float, lunghezza: float, casualità: float)

snap

bool o Nessuno

transform

Transform

url

str

visible

bool

zorder

galleggiante

get_path ( ) [fonte] #

Restituisce il percorso di questa patch.

set ( * , agg_filter=<UNSET> , alpha=<UNSET> , animation=<UNSET> , antialiased=<UNSET> , capstyle=<UNSET> , center=<UNSET> , clip_box=<UNSET> , clip_on=<UNSET > , clip_path=<UNSET> , color=<UNSET> , edgecolor=<UNSET> , facecolor=<UNSET> , fill=<UNSET> , gid=<UNSET> , hatch=<UNSET> , in_layout=<UNSET> , joinstyle=<UNSET> ,etichetta=<UNSET> ,linestyle=<UNSET> , linewidth=<UNSET> , mouseover=<UNSET> , path_effects=<UNSET> , picker=<UNSET> , radius=<UNSET> , rasterized=<UNSET> , sketch_params=<UNSET> , snap= <UNSET> , theta1=<UNSET> , theta2=<UNSET> , transform=<UNSET> , url=<UNSET> , visible=<UNSET> , width=<UNSET> , zorder=<UNSET> ) [source] #

Imposta più proprietà contemporaneamente.

Le proprietà supportate sono

Proprietà

Descrizione

agg_filter

una funzione di filtro, che accetta un array float (m, n, 3) e un valore dpi e restituisce un array (m, n, 3) e due offset dall'angolo in basso a sinistra dell'immagine

alpha

scalare o Nessuno

animated

bool

antialiasedo aa

bool o Nessuno

capstyle

CapStyleo {'culo', 'sporgente', 'rotondo'}

center

sconosciuto

clip_box

Bbox

clip_on

bool

clip_path

Patch o (Percorso, Trasforma) o Nessuno

color

colore

edgecoloro ecc

colore o Nessuno

facecoloro fc

colore o Nessuno

figure

Figure

fill

bool

gid

str

hatch

{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'}

in_layout

bool

joinstyle

JoinStyleo {'mitre', 'round', 'bevel'}

label

oggetto

linestyleo ls

{'-', '--', '-.', ':', '', (offset, on-off-seq), ...}

linewidtho lw

float o Nessuno

mouseover

bool

path_effects

AbstractPathEffect

picker

Nessuno o bool o float o richiamabile

radius

sconosciuto

rasterized

bool

sketch_params

(scala: float, lunghezza: float, casualità: float)

snap

bool o Nessuno

theta1

sconosciuto

theta2

sconosciuto

transform

Transform

url

str

visible

bool

width

sconosciuto

zorder

galleggiante

set_center ( centro ) [fonte] #
set_radius ( raggio ) [fonte] #
set_theta1 ( theta1 ) [fonte] #
set_theta2 ( theta2 ) [fonte] #
set_width ( larghezza ) [fonte] #

Esempi che utilizzano matplotlib.patches.Wedge#

Etichettare una torta e una ciambella

Etichettare una torta e una ciambella

Etichettare una torta e una ciambella
Riferimento per artisti Matplotlib

Riferimento per artisti Matplotlib

Riferimento per artisti Matplotlib
Cerchi, cunei e poligoni

Cerchi, cunei e poligoni

Cerchi, cunei e poligoni
Torta filtro SVG

Torta filtro SVG

Torta filtro SVG