visualization

Guide chart selection and provide Python code patterns for matplotlib, seaborn, and Plotly.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/aimentor606/aether --skill visualization-aimentor606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualization
Source: https://github.com/aimentor606/aether/tree/main/core/kortix-master/opencode/skills/GENERAL-KNOWLEDGE-WORKER/visualization
Command: npx skills add https://github.com/aimentor606/aether --skill visualization-aimentor606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data visualization often requires selecting the right chart type and writing patterns that communicate insights clearly; this skill provides a guided approach to chart selection and reusable code patterns to speed up visualization work.

Core Features & Use Cases

  • Chart selection guidance for common data relationships (time series, category comparisons, composition)
  • Python visualization code patterns using matplotlib, seaborn, and plotly
  • Accessibility considerations to ensure color contrast, labeling, and structure are usable by all audiences
  • Use cases include building dashboards, exploring data interactively, and creating educational visual content

Quick Start

Describe your data and the insight you want to reveal, and the AI will propose a chart type and provide ready-to-run code snippets.

Frequently Asked Questions about visualization

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

FAQPage Schema
How do I choose the right chart type for my data in Python?

Choosing the right Python chart type involves matching data relationships like time series, category comparisons, or composition to the appropriate visual. This skill guides chart selection and provides ready-to-run code patterns to communicate insights clearly.

How do I create accessible data visualizations with matplotlib and seaborn?

Creating accessible data visualizations requires ensuring adequate color contrast, clear labeling, and proper structural hierarchy. This skill provides design guidance and code templates for matplotlib and seaborn charts usable by all audiences.

Can I use this skill to generate Plotly code for interactive dashboards?

Yes, you can generate Plotly code for interactive dashboards. The skill provides ready-to-use Python visualization patterns across matplotlib, seaborn, and plotly specifically for building dashboards and exploratory analyses.

What is the best way to speed up building Python visualizations for reports?

The best way to speed up building Python visualizations is using guided code templates that reduce chart selection guesswork. This skill provides reusable patterns for matplotlib and seaborn to quickly generate report-ready charts.

Do I need to prepare my data in a specific format before using these visualization patterns?

You need to describe your data and the insight you want to reveal. The AI then proposes a chart type and provides ready-to-run code snippets, meaning your data should be structured for standard Python plotting libraries like matplotlib and seaborn.