> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feat-cli-docs-generator.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Plotly

<Card title="View the source code" href="https://www.github.com/wandb/wandb/tree/637bddf198525810add5804059001b1b319d6ad1/wandb/sdk/data_types/plotly.py#L33-L82" icon="github" />

Wandb クラスは plotly のプロット用です。

```python theme={null}
Plotly(
    val: Union['plotly.Figure', 'matplotlib.artist.Artist']
)
```

| Arg   | Description              |
| :---- | :----------------------- |
| `val` | matplotlib または plotly の図 |

## メソッド

### `make_plot_media`

[ソースを表示](https://www.github.com/wandb/wandb/tree/637bddf198525810add5804059001b1b319d6ad1/wandb/sdk/data_types/plotly.py#L42-L50)

```python theme={null}
@classmethod
make_plot_media(
    val: Union['plotly.Figure', 'matplotlib.artist.Artist']
) -> Union[Image, 'Plotly']
```
