visualization

Guide chart selection and provide Python visualization code patterns.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/MuhammadUA/Axe --skill visualization-muhammadua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualization
Source: https://github.com/MuhammadUA/Axe/tree/main/.kortix/opencode/skills/GENERAL-KNOWLEDGE-WORKER/visualization
Command: npx skills add https://github.com/MuhammadUA/Axe --skill visualization-muhammadua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the common frustration of creating confusing, misleading, or inaccessible data visualizations by providing proven, actionable guidance to turn raw data into clear, insightful, and inclusive charts that communicate your message effectively.

Core Features & Use Cases

  • Chart Selection Guidance: A decision matrix to pick the right chart type for any data relationship (trends, comparisons, distributions, correlations etc.) plus guidance on which chart types to avoid to prevent misinterpretation.
  • Ready-to-Use Code Patterns: Pre-written Python snippets for common chart types (line, bar, histogram, heatmap, small multiples) using matplotlib, seaborn, and Plotly, with consistent professional styling and accessibility defaults.
  • Design & Accessibility Rules: Best practices for highlighting key insights, proper labeling, consistent scaling, and colorblind-safe, black-and-white compatible output to ensure visualizations work for all audiences.
  • Use Case Example: If you need to present quarterly sales performance across 12 regions to stakeholders, use this Skill to select the optimal grouped bar chart, apply consistent branding colors, add clear axis labels, and ensure the chart is readable for colorblind team members.

Quick Start

Use the visualization skill to create a ranked horizontal bar chart of monthly sales by region from the provided sales dataset, applying the default categorical color palette and accessibility best practices.

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 visualization?

To choose the right chart type for data visualization, use a decision matrix that maps data relationships like trend analysis, categorical comparison, or correlation mapping to the most effective chart formats. This prevents misinterpretation by avoiding unsuitable chart types.

How do I create colorblind-safe Python plots using matplotlib and seaborn?

You can create colorblind-safe Python plots using matplotlib and seaborn by applying pre-written code patterns with consistent professional styling. These patterns enforce accessibility defaults, ensuring output works in black and white and with screen readers for inclusive data visualizations.

What is the best way to present quarterly sales performance across multiple regions?

The best way to present quarterly sales performance across multiple regions is to use a grouped bar chart. Applying consistent branding colors, clear axis labels, and colorblind-safe palettes ensures the visualization is readable for all stakeholders and effectively communicates the data.

Can I use Plotly to build accessible dashboards for business reporting?

Yes, you can use Plotly to build accessible dashboards for business reporting. The Skill provides Plotly code patterns with accessibility rules, ensuring proper axis labeling, consistent scaling, and screen reader compatibility for business, research, and reporting use cases.

Why does my data visualization confuse stakeholders?

Your data visualization may confuse stakeholders due to improper chart selection, inconsistent scaling, or inaccessible color palettes. Applying design and accessibility rules ensures proper highlighting of key insights, consistent styling, and colorblind-safe output to eliminate confusing visual outputs.

Do I need to apply specific design rules for black and white data visualizations?

Yes, you need to apply specific design rules for black and white data visualizations to ensure accessibility. Using colorblind-safe palettes and proper axis labeling guarantees the output remains clear and readable for all audiences, even without color.