plotly

Create interactive visualizations from Python data with Plotly Express and Graph Objects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BKZhao/MIMIC-Papers-Repro-Agent --skill plotly-bkzhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plotly
Source: https://github.com/BKZhao/MIMIC-Papers-Repro-Agent/tree/main/.codex/skills/plotly
Command: npx skills add https://github.com/BKZhao/MIMIC-Papers-Repro-Agent --skill plotly-bkzhao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plotly provides a robust library to create interactive, publication-quality visualizations from data in Python, enabling rich, shareable charts.

Core Features & Use Cases

  • High-level, concise charts with Plotly Express for rapid dashboards and reports
  • Low-level control with plotly.graph_objects for fine-tuned visualizations and advanced interactivity
  • Capabilities include 2D/3D charts, maps, and export options for HTML, images, and PDFs

Quick Start

Install Plotly and create a basic interactive chart to get started.

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 and dashboards quickly in Python?

You can create interactive charts and dashboards quickly using Plotly Express for concise high-level charts or plotly.graph_objects for fine-tuned control over visualizations and advanced interactivity.

What Python environment do I need to generate publication-quality interactive visualizations?

Generating publication-quality interactive visualizations requires Python 3.7 or higher and the Plotly package installed in your environment to enable rich, shareable charts.

Can I build 3D charts and maps for web apps using Plotly?

Yes, Plotly supports building 2D and 3D charts as well as maps for web apps, providing capabilities for advanced interactivity and publication-quality visualizations from data.

How do I export interactive data visualizations to HTML, images, or PDFs?

Plotly provides export options to save interactive data visualizations as HTML files, static images, or PDFs, enabling you to share publication-quality charts across reports and web apps.

What is the difference between Plotly Express and Graph Objects for data visualization?

For data visualization, Plotly Express offers high-level concise charts for rapid dashboards, while Graph Objects provide low-level control for fine-tuned visualizations and advanced interactivity.

When should I not use high-level Python libraries for interactive data visualization?

You should avoid high-level interactive data visualization libraries like Plotly Express when you need low-level fine-tuned control over chart layouts, which requires using plotly.graph_objects instead.