plotly

Generate interactive scientific and statistical visualizations with Plotly and pandas.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/dusk-time/tech-openclaw --skill plotly-dusk-time
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plotly
Source: https://github.com/dusk-time/tech-openclaw/tree/main/.agents/skills/plotly
Command: npx skills add https://github.com/dusk-time/tech-openclaw --skill plotly-dusk-time

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires plotly, pandas, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for creating interactive and publication-quality visualizations, enabling users to visualize complex data sets in a user-friendly manner.

Core Features & Use Cases

  • Interactive Visualization: Generate interactive charts, plots, and dashboards.
  • Chart Types: Offers a wide range of chart types including scatter plots, line charts, bar charts, heatmaps, and more.
  • Customization: Fine-grained control over the appearance and interactivity of visualizations.
  • Use Case: Visualize sales data over time, track customer demographics, or create a complex financial dashboard.

Quick Start

Install Plotly and create a scatter plot with Plotly Express:

uv pip install plotly
import plotly.express as px
import pandas as pd
df = pd.DataFrame({'x': [1, 2, 3, 4], 'y': [10, 11, 12, 13]})
fig = px.scatter(df, x='x', y='y', title='My First Plot')
fig.show()

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 for data analysis?

You can create interactive charts by using the Plotly library with pandas for data manipulation. This Skill generates interactive scientific and statistical visualizations, offering fine-grained control over chart appearance for data storytelling.

What types of interactive visualizations can I generate with Plotly?

Interactive visualizations include a wide range of chart types such as scatter plots, line charts, bar charts, and heatmaps. These options support complex data sets across domains like finance, marketing, and research.

Does interactive plot creation work with pandas dataframes?

Yes, interactive plot creation works directly with pandas dataframes. The Skill requires the Plotly library and pandas to manipulate data and generate publication-quality visualizations.

What's the best way to build a financial dashboard using interactive charts?

The best way to build a financial dashboard is using Plotly to generate interactive charts and plots. The Skill provides fine-grained control over interactivity and appearance, enabling user-friendly visualization of complex financial data.

Do I need to install Plotly and pandas to generate statistical visualizations?

Yes, you need to install both the Plotly library and pandas. These dependencies are required to manipulate your data sets and generate the interactive statistical visualizations.

Can I customize the appearance of interactive scientific plots?

Yes, you can customize the appearance of interactive scientific plots. The Skill offers fine-grained control over both the visual appearance and the interactivity of your generated charts.