plotly

Create interactive data visualizations from structured data with Plotly.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/SciMate-AI/scicli --skill plotly-scimate-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plotly
Source: https://github.com/SciMate-AI/scicli/tree/main/internal/skills/bundled/claude-scientific-skills/skills/plotly
Command: npx skills add https://github.com/SciMate-AI/scicli --skill plotly-scimate-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plotly lowers the barrier to turning data into interactive visuals, helping you explore, present, and publish insights without complex setup.

Core Features & Use Cases

  • High-level plotting with Plotly Express for rapid charts from pandas DataFrames.
  • Fine-grained customization with plotly.graph_objects for advanced visuals.
  • Rich interactivity including hover, zoom, pan, selection, and animations.
  • Export options to HTML and static formats via Kaleido or built-in renderers.
  • Use cases span exploratory data analysis, dashboards, scientific visualization, and publication-quality figures.

Quick Start

Create a quick scatter plot from a DataFrame using px.scatter and customize the layout.

Frequently Asked Questions about plotly

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

FAQPage Schema
How do I create interactive charts from a pandas DataFrame in Python?

You can create interactive charts from a pandas DataFrame by using Plotly Express, a high-level API designed for rapid plotting. It enables quick generation of scatter plots, bar charts, and other visuals with built-in interactivity like hover and zoom.

What is the difference between Plotly Express and plotly.graph_objects?

Plotly Express provides a high-level interface for rapid chart creation from DataFrames, while plotly.graph_objects offers fine-grained customization for advanced visuals. Express handles quick exploratory analysis, whereas graph_objects supports detailed, publication-ready figures.

Can I export interactive Python data visualizations to static image formats?

Yes, you can export interactive data visualizations to static image formats via Kaleido or built-in renderers. This allows you to save publication-quality figures as HTML for interactivity or as static images for reports.

What is the best way to build interactive dashboards for exploratory data analysis?

Using Plotly is an effective way to build interactive dashboards for exploratory data analysis. It supports rich interactivity including hover, zoom, pan, selection, and animations, helping you explore and present insights without complex setup.

Does Plotly support publication-ready figures for scientific and engineering workflows?

Yes, Plotly supports publication-ready figures for scientific and engineering workflows. You can apply detailed customization using plotly.graph_objects, apply templates, and export visuals to static formats suitable for publication.