> ## 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" />

plotly plot을 위한 Wandb 클래스입니다.

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

| ARG   | Description                 |
| :---- | :-------------------------- |
| `val` | matplotlib 또는 plotly figure |

## 메소드

### `make_plot_media`

[View source](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']
```
