wandb.data_types.Plotly

View source on GitHubarrow-up-right

Wandb class for plotly plots.

Plotly(
    val: Union['plotly.Figure', 'matplotlib.artist.Artist']
)

Arguments

val

matplotlib or plotly figure

Methods

make_plot_media

View sourcearrow-up-right

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

Last updated