mpl_toolkits.axisartist.axis_artist.GridlinesCollection #

mpl_toolkits.axisartist.axis_artist类。GridlinesCollection ( * args , which = 'major' , axis = 'both' , ** kwargs ) [source] #

基地:LineCollection

参数
其中{“主要”,“次要”}
{“两者”,“x”,“y”}
绘制渲染器[来源] #

使用给定的渲染器绘制艺术家(及其子级)。

如果艺术家不可见,这将无效(Artist.get_visible 返回 False)。

参数
渲染器RendererBase子类。

笔记

此方法在 Artist 子类中被覆盖。

set ( * , agg_filter=<UNSET> , alpha=<UNSET> , animated=<UNSET> , antialiased=<UNSET> , array=<UNSET> , axis=<UNSET> , capstyle=<UNSET> , clim=<UNSET > , clip_box=<UNSET> , clip_on=<UNSET> , clip_path=<UNSET> , cmap=<UNSET> , color=<UNSET> , colors=<UNSET> , edgecolor=<UNSET> , facecolor=<UNSET> , gid=<未设置> ,grid_helper=<UNSET> ,孵化=<UNSET>, in_layout=<UNSET> , joinstyle=<UNSET> , label=<UNSET> , linestyle =<UNSET> , linewidth=<UNSET> , mouseover=<UNSET> , norm=<UNSET> , offset_transform=<UNSET> ,偏移量=<UNSET> , path_effects=<UNSET> , paths=<UNSET > , picker=< UNSET> , pickradius=<UNSET> , rasterized=<UNSET> , segments=<UNSET> , sketch_params=<UNSET> , snap=< UNSET> ,变换=<UNSET>, url=<UNSET> ,urls=<UNSET> , verts=<UNSET> , visible=<UNSET> , which=<UNSET> , zorder=<UNSET> ) [来源] #

一次设置多个属性。

支持的属性是

财产

描述

agg_filter

一个过滤器函数,它接受一个 (m, n, 3) 浮点数组和一个 dpi 值,并返回一个 (m, n, 3) 数组和距图像左下角的两个偏移量

alpha

类数组或标量或无

animated

布尔

antialiased或 aa 或抗锯齿

布尔或布尔列表

array

类数组或无

axis

未知

capstyle

CapStyle或 {'butt', 'projecting', 'round'}

clim

(vmin:浮动,vmax:浮动)

clip_box

Bbox

clip_on

布尔

clip_path

补丁或(路径,变换)或无

cmap

Colormap或 str 或 无

color

颜色或颜色列表

colors

颜色或颜色列表

edgecolor或 ec 或 edgecolors

颜色或颜色列表或“脸”

facecolor或 facecolors 或 fc

颜色或颜色列表

figure

Figure

gid

字符串

grid_helper

未知

hatch

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

in_layout

布尔

joinstyle

JoinStyle或 {'miter', 'round', 'bevel'}

label

目的

linestyle或破折号或线条样式或 ls

str 或元组或其列表

linewidth或线宽或lw

浮动或浮动列表

mouseover

布尔

norm

Normalize或 str 或 无

offset_transform或 transOffset

未知

offsets

(N, 2) 或 (2,) 类数组

path_effects

AbstractPathEffect

paths

未知

picker

None 或 bool 或 float 或可调用

pickradius

未知

rasterized

布尔

segments

未知

sketch_params

(比例:浮动,长度:浮动,随机性:浮动)

snap

布尔或无

transform

Transform

url

字符串

urls

str 或 None 的列表

verts

未知

visible

布尔

which

未知

zorder

漂浮

set_axis () [来源] #
set_grid_helper ( grid_helper ) [来源] #
set_which ( which ) [来源] #