plotly

Build and customize interactive Plotly charts in Python from data sources.

18|1|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/LogauaEngstrom/claude-scientific-skills --skill plotly-logauaengstrom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plotly
Source: https://github.com/LogauaEngstrom/claude-scientific-skills/tree/main/scientific-skills/plotly
Command: npx skills add https://github.com/LogauaEngstrom/claude-scientific-skills --skill plotly-logauaengstrom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate raw data into interactive, shareable visualizations with Python, enabling faster insight generation from datasets.

Core Features & Use Cases

  • Wide range of chart types: from basic charts to advanced visuals for scientific and statistical analysis.
  • Expressive layouts & styling: templates, color scales, annotations, and custom themes for publication-ready figures.
  • Interactivity & export: hover tooltips, zoom/pan, and options to export as interactive HTML or static images.

Quick Start

Create a simple interactive plot from a Pandas DataFrame using Plotly Express.

Frequently Asked Questions about plotly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create interactive Python plots from a Pandas DataFrame?

You can create interactive Python plots from Pandas DataFrames using Plotly Express for quick chart generation, producing hoverable and zoomable figures directly from your data.

What's the best way to customize interactive chart layouts for publication?

For publication-ready figures, use Plotly graph objects to apply fine control over layouts, templates, color scales, annotations, and custom themes.

Can I export interactive Python charts to HTML or static images?

Yes, interactive Python charts created with Plotly can be exported as interactive HTML files or static images, allowing you to share visualizations across different formats.

Does Plotly support geographic and scientific data visualization?

Plotly supports a wide range of chart types for scientific, statistical, and geographic data visualization, enabling complex visual analysis directly in Python.

What is the difference between Plotly Express and graph objects for Python visualization?

Plotly Express provides a simplified interface for quick interactive chart creation, while graph objects offer fine-grained control over layouts and styling for complex Python visualizations.

Do I need any specific libraries installed to build interactive charts with Plotly?

Yes, building interactive charts with Plotly requires the Plotly libraries to be installed in your Python environment to enable visualization creation and export.