mpl_toolkits.axisartist.axisline_style.AxislineStyle #
- 클래스 mpl_toolkits.axisartist.axisline_style. AxislineStyle ( stylename , ** kwargs ) [소스] #
베이스:
_Style
AxisArtists에 대한 스타일 클래스를 정의하는 컨테이너 클래스입니다.
축선 스타일 클래스의 인스턴스는 호출 서명이 다음과 같은 호출 가능한 개체입니다.
__call__(self, axis_artist, path, transform)
호출되면
Artist
다음 메서드와 함께 를 반환해야 합니다.def set_path(self, path): # set the path for axisline. def set_line_mutation_scale(self, scale): # set the scale def draw(self, renderer): # draw
주어진 스타일 이름을 가진 하위 클래스의 인스턴스를 반환합니다.
- 클래스 FilledArrow ( 크기 = 1 ) [소스] #
베이스:
SimpleArrow
- 매개변수 :
- 크기 플로트
ticklabel 크기의 비율로 표시되는 화살표의 크기입니다.