메인 콘텐츠로 건너뛰기
GitHub 소스 코드

class Plotly

Plotly 플롯에 사용되는 W&B 클래스입니다.

메서드 Plotly.__init__

__init__(
    val: Union[ForwardRef('plotly.Figure'), ForwardRef('matplotlib.artist.Artist')]
)
Plotly 객체를 초기화합니다. 매개변수:
  • val: Matplotlib 또는 Plotly Figure 객체.