# Plotly Built In Templates

> Sub-skill of plotly: Built-in Templates (+1).

- Skill: `vamseeachanta/plotly-built-in-templates` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/plotly-built-in-templates`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/plotly-built-in-templates/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/plotly-built-in-templates

---


# Built-in Templates (+1)

## Built-in Templates


```python
# Available templates: plotly, plotly_white, plotly_dark, ggplot2, seaborn, simple_white
fig.update_layout(template='plotly_dark')
```

## Custom Theme


```python
custom_template = go.layout.Template(
    layout=dict(
        font=dict(family='Arial', size=14),
        plot_bgcolor='#f0f0f0',
        paper_bgcolor='white'
    )
)

fig.update_layout(template=custom_template)
```

---

**Use this skill for professional, interactive scientific and analytical visualizations with minimal code!**

