Documentation
English
Search…
⌃K
English
Weights & Biases
Quickstart
Examples
Guides
Reference
Command Line Interface
Python Library
Data Types
wandb.data_types.Audio
wandb.data_types.BoundingBoxes2D
wandb.data_types.Graph
wandb.data_types.Histogram
wandb.data_types.Html
wandb.data_types.Image
wandb.data_types.ImageMask
wandb.data_types.Molecule
wandb.data_types.Object3D
wandb.data_types.Plotly
wandb.data_types.Table
wandb.data_types.Video
Integrations
Import & Export API
wandb.Artifact
wandb.Run
wandb.agent
wandb.controller
wandb.finish
wandb.init
wandb.log
wandb.save
wandb.sweep
wandb.watch
Weave
App UI
Java Library
About Us
Homepage
Powered By GitBook

wandb.data_types.Plotly

​​
View source on GitHub
​
Wandb class for plotly plots.
Plotly(
val: Union['plotly.Figure', 'matplotlib.artist.Artist']
)
Arguments
Text
val
matplotlib or plotly figure

Methods

make_plot_media

​View source​
@classmethod
make_plot_media(
val: Union['plotly.Figure', 'matplotlib.artist.Artist']
) -> Union[Image, 'Plotly']
Previous
wandb.data_types.Object3D
Next
wandb.data_types.Table
Last modified 5mo ago
Copy link
On this page
Methods
make_plot_media