plotly

Installation
SKILL.md

Plotly

Python graphing library for creating interactive, publication-quality visualizations with 40+ chart types.

Quick Start

Install Plotly:

uv pip install plotly

Basic usage with Plotly Express (high-level API):

import plotly.express as px
import pandas as pd

df = pd.DataFrame({
    'x': [1, 2, 3, 4],
    'y': [10, 11, 12, 13]
Related skills

More from k-dense-ai/claude-scientific-skills

Installs
25
GitHub Stars
20.7K
First Seen
Jan 20, 2026