Agent skill

plotly-interactive-guide

Guide to Plotly.py for interactive scientific visualizations in Python

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill plotly-interactive-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/analysis/dataviz/plotly-interactive-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Plotly Interactive Visualization Guide ## Overview Plotly.py is a high-level, interactive graphing library for Python with over 18K stars on GitHub. Built on top of plotly.js (which itself uses D3.js and WebGL), Plotly enables researchers to create publication-quality interactive figures directly from Python code. The library integrates seamlessly with pandas DataFrames, NumPy arrays, and the broader scientific Python ecosystem. What sets Plotly apart for academic researchers is its Plotly Express module, which provides a concise, high-level API for creating complex visualizations in a single function call. Researchers can go from a pandas DataFrame to a fully interactive figure in one line of code, then customize it further as needed. Every Plotly figure is inherently interactive, supporting hover tooltips, zoom, pan, and selection out of the box. Plotly also offers Dash, a framework for building analytical web applications entirely in Python. This allows researchers to create interactive dashboards for exploring experimental data, sharing results with collaborators, or building supplementary interactive materials for publications without needing front-end development skills. ##

What's inside
Steps it walks through
  1. Overview
  2. Plotly Express for Quick Research Figures
  3. Scatter Plot with Regression
  4. Box Plot with Individual Data Points
  5. Violin Plot for Distribution Comparison
  6. Graph Objects for Fine-Grained Control
  7. Error Bar Plot for Experimental Results
  8. Heatmap for Correlation Analysis
  9. 3D and Specialized Scientific Plots
  10. 3D Surface Plot for Response Surfaces
  11. Animated Time-Series for Temporal Data
  12. Exporting for Publications
  13. Dash for Interactive Research Dashboards
  14. References
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the plotly-interactive-guide skill do?

Guide to Plotly.py for interactive scientific visualizations in Python

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill plotly-interactive-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going