wandb.data_types.Plotly
Wandb class for plotly plots.
Plotly(
val: Union['plotly.Figure', 'matplotlib.artist.Artist']
)
Arguments
val
matplotlib or plotly figure
Methods
make_plot_media
make_plot_media
@classmethod
make_plot_media(
val: Union['plotly.Figure', 'matplotlib.artist.Artist']
) -> Union[Image, 'Plotly']
Last updated
Was this helpful?