mpl_toolkits.axisartist.axislines.Axes #

클래스 mpl_toolkits.axisartist.axislines. ( * args , grid_helper = None , ** kwargs ) [소스] #

베이스:Axes

그림에 축을 만듭니다.

매개변수 :
무화과Figure

도끼는 무화과 에 내장되어 있습니다.Figure

직사각형 튜플(왼쪽, 아래쪽, 너비, 높이).

Axes는 직사각형 rect 에 내장되어 있습니다. rectFigure좌표에 있습니다.

쉐어엑스, 쉐어리, Axes옵션

x 또는 y axis는 입력에서 x 또는 y축과 공유됩니다 Axes.

프레임온 부울, 기본값: True

축 프레임이 표시되는지 여부입니다.

box_aspect 부동 소수점, 선택 사항

Axes 상자에 대해 고정된 가로 세로 비율, 즉 높이 대 너비 비율을 설정합니다. 자세한 내용 set_box_aspect은 참조하십시오.

**kwargs

기타 선택적 키워드 인수:

재산

설명

adjustable

{'박스', '데이터림'}

agg_filter

(m, n, 3) 부동 소수점 배열과 dpi 값을 사용하고 (m, n, 3) 배열과 이미지의 왼쪽 하단에서 두 오프셋을 반환하는 필터 함수

alpha

스칼라 또는 없음

anchor

(플로트, 플로트) 또는 {'C', 'SW', 'S', 'SE', 'E', 'NE', ...}

animated

부울

aspect

{'auto', 'equal'} 또는 부동

autoscale_on

부울

autoscalex_on

알려지지 않은

autoscaley_on

알려지지 않은

axes_locator

Callable[[축, 렌더러], Bbox]

axisbelow

부울 또는 '라인'

box_aspect

부동 또는 없음

clip_box

Bbox

clip_on

부울

clip_path

패치 또는 (경로, 변환) 또는 없음

facecolor또는 fc

색깔

figure

Figure

frame_on

부울

gid

str

in_layout

부울

label

물체

mouseover

부울

navigate

부울

navigate_mode

알려지지 않은

path_effects

AbstractPathEffect

picker

None 또는 bool 또는 float 또는 호출 가능

position

[왼쪽, 아래쪽, 너비, 높이] 또는Bbox

prop_cycle

알려지지 않은

rasterization_zorder

부동 또는 없음

rasterized

부울

sketch_params

(스케일: float, 길이: float, 임의성: float)

snap

부울 또는 없음

title

str

transform

Transform

url

str

visible

부울

xbound

알려지지 않은

xlabel

str

xlim

(아래: 플로트, 위: 플로트)

xmargin

-0.5보다 큰 float

xscale

알려지지 않은

xticklabels

알려지지 않은

xticks

알려지지 않은

ybound

알려지지 않은

ylabel

str

ylim

(아래: 플로트, 위: 플로트)

ymargin

-0.5보다 큰 float

yscale

알려지지 않은

yticklabels

알려지지 않은

yticks

알려지지 않은

zorder

뜨다

반환 :
Axes

Axes개체입니다.

__call__ ( * 인수 , ** kwargs ) [출처] #

self를 함수로 호출합니다.

속성 #

일부 축 속성을 가져오거나 설정하는 편리한 방법입니다.

호출 서명:

xmin, xmax, ymin, ymax = axis()
xmin, xmax, ymin, ymax = axis([xmin, xmax, ymin, ymax])
xmin, xmax, ymin, ymax = axis(option)
xmin, xmax, ymin, ymax = axis(**kwargs)
매개변수 :
xmin, xmax, ymin, ymax float, 옵션

설정할 축 제한입니다. 이는 다음을 사용하여 달성할 수도 있습니다.

ax.set(xlim=(xmin, xmax), ylim=(ymin, ymax))
옵션 bool 또는 str

부울인 경우 축 선과 레이블을 켜거나 끕니다. 문자열인 경우 가능한 값은 다음과 같습니다.

설명

'에'

축 선 및 레이블을 켭니다. 와 동일합니다 True.

'끄다'

축 선과 레이블을 끕니다. 와 동일합니다 False.

'동일한'

축 제한을 변경하여 동일한 배율을 설정합니다(즉, 원을 원형으로 만듦). 이것은 와 동일합니다 . 이 경우 명시적 데이터 제한이 준수되지 않을 수 있습니다.ax.set_aspect('equal', adjustable='datalim')

'스케일링'

플롯 상자의 크기를 변경하여 동일한 배율을 설정합니다(즉, 원을 원형으로 만듭니다). 이것은 와 동일합니다 . 또한 추가 자동 크기 조정이 비활성화됩니다.ax.set_aspect('equal', adjustable='box', anchor='C')

'단단한'

모든 데이터를 표시할 수 있을 만큼만 제한을 설정한 다음 추가 자동 크기 조정을 비활성화합니다.

'자동'

자동 스케일링(데이터로 도표 상자 채우기).

'영상'

데이터 제한과 동일한 축 제한이 있는 'scaled'.

'정사각형'

정사각형 플롯; 'scaled'와 비슷하지만 처음에는 .xmax-xmin == ymax-ymin

bool 방출 , 기본값: True

관찰자에게 축 제한 변경 알림 여부. 이 옵션은 set_xlim및 에 전달됩니다 set_ylim.

반환 :
xmin, xmax, ymin, ymax 플로트

축 제한.

지우기 ( ) [출처] #

축을 지웁니다.

get_children ( ) [출처] #

Artistthis 의 자식 목록을 반환합니다 Artist.

get_grid_helper ( ) [출처] #
그리드 ( 가시 = 없음 , which = 'major' , axis = 'both' , ** kwargs ) [소스] #

눈금선을 전환하고 선택적으로 선의 속성을 설정합니다.

new_fixed_axis ( 위치 , 오프셋 = 없음 ) [소스] #
new_floating_axis ( nth_coord , value , axis_direction = 'bottom' ) [소스] #
new_gridlines ( grid_helper = 없음 ) [소스] #

[ Deprecated ] 새 GridlineCollection 인스턴스를 만들고 반환합니다.

which : "major" 또는 "minor" : "both", "x" 또는 "y"

메모

버전 3.6부터 사용되지 않습니다.

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> ,, clip_box =<UNSET> , clip_on=<UNSET> , clip_path=<UNSET> , facecolor=<UNSET> , frame_on=<해제> , gid=<설정 해제>, 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> , title=<UNSET> , transform=<UNSET> , url=<UNSET> , visible=<UNSET> , xbound=< 설정 해제> , xlabel=<설정 해제>, xlim=<설정 해제> ,xmargin=<UNSET> , xscale=<UNSET> , xticklabels=<UNSET> , xticks=<UNSET> , ybound=<UNSET> , ylabel=<UNSET> , ylim=<UNSET> , ymargin=<UNSET> , yscale= <UNSET> , yticklabels=<UNSET> , yticks=<UNSET> , zorder=<UNSET> ) [소스] #

한 번에 여러 속성을 설정합니다.

지원되는 속성은

재산

설명

adjustable

{'박스', '데이터림'}

agg_filter

(m, n, 3) 부동 소수점 배열과 dpi 값을 사용하고 (m, n, 3) 배열과 이미지의 왼쪽 하단에서 두 오프셋을 반환하는 필터 함수

alpha

스칼라 또는 없음

anchor

(플로트, 플로트) 또는 {'C', 'SW', 'S', 'SE', 'E', 'NE', ...}

animated

부울

aspect

{'auto', 'equal'} 또는 부동

autoscale_on

부울

autoscalex_on

알려지지 않은

autoscaley_on

알려지지 않은

axes_locator

Callable[[축, 렌더러], Bbox]

axisbelow

부울 또는 '라인'

box_aspect

부동 또는 없음

clip_box

Bbox

clip_on

부울

clip_path

패치 또는 (경로, 변환) 또는 없음

facecolor또는 fc

색깔

figure

Figure

frame_on

부울

gid

str

in_layout

부울

label

물체

mouseover

부울

navigate

부울

navigate_mode

알려지지 않은

path_effects

AbstractPathEffect

picker

None 또는 bool 또는 float 또는 호출 가능

position

[왼쪽, 아래쪽, 너비, 높이] 또는Bbox

prop_cycle

알려지지 않은

rasterization_zorder

부동 또는 없음

rasterized

부울

sketch_params

(스케일: float, 길이: float, 임의성: float)

snap

부울 또는 없음

title

str

transform

Transform

url

str

visible

부울

xbound

알려지지 않은

xlabel

str

xlim

(아래: 플로트, 위: 플로트)

xmargin

-0.5보다 큰 float

xscale

알려지지 않은

xticklabels

알려지지 않은

xticks

알려지지 않은

ybound

알려지지 않은

ylabel

str

ylim

(아래: 플로트, 위: 플로트)

ymargin

-0.5보다 큰 float

yscale

알려지지 않은

yticklabels

알려지지 않은

yticks

알려지지 않은

zorder

뜨다

toggle_axisline ( b = 없음 ) [출처] #