mpl_toolkits.axes_grid1.mpl_axes.SimpleAxisArtist #

classe mpl_toolkits.axes_grid1.mpl_axes. SimpleAxisArtist ( axis , axisnum , spine ) [fonte] #

Basi:Artist

etichetta proprietà #
proprietà major_ticklabels #
proprietà major_ticks #
set ( * , agg_filter=<UNSET> , alpha=<UNSET> , animation=<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=<DISINSERITO> ,visibile=<UNSET> ,zorder=<UNSET> ) [fonte] #

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

clip_box

Bbox

clip_on

bool

clip_path

Patch o (Percorso, Trasforma) o Nessuno

figure

Figure

gid

str

in_layout

bool

label

sconosciuto

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

sconosciuto

zorder

galleggiante

set_label ( txt ) [fonte] #

Imposta un'etichetta che verrà visualizzata nella legenda.

Parametri :
s oggetto

s verrà convertito in una stringa chiamando str.

set_visibile ( b ) [fonte] #

Imposta la visibilità dell'artista.

Parametri :
b bool
toggle ( all = Nessuno , ticks = Nessuno , ticklabels = Nessuno , label = Nessuno ) [fonte] #