메인 콘텐츠로 건너뛰기

View the source code

plotly plot을 위한 Wandb 클래스입니다.
Plotly(
    val: Union['plotly.Figure', 'matplotlib.artist.Artist']
)
ARGDescription
valmatplotlib 또는 plotly figure

메소드

make_plot_media

View source
@classmethod
make_plot_media(
    val: Union['plotly.Figure', 'matplotlib.artist.Artist']
) -> Union[Image, 'Plotly']
I