Sub-skill of plotly: Built-in Templates (+1).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill built-in-templates --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Built In Templates?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-built-in-templates)More formats (shields.io, HTML) on the badges page.
---
name: plotly-built-in-templates
description: 'Sub-skill of plotly: Built-in Templates (+1).'
version: 1.0.0
category: data-visualization
type: reference
scripts_exempt: true
---
# 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!**
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!