visualization

Create accessible data visualizations with Python matplotlib and Plotly.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the frustration and inaccuracy of creating poor data visualizations, which often fail to communicate insights clearly, mislead audiences, or exclude users with accessibility needs.

Core Features & Use Cases

  • Chart Selection Guidance: Match your specific data relationship (trends, comparisons, distributions, correlations) to the optimal chart type, with clear rules for avoiding common pitfalls like pie charts or 3D visualizations.
  • Python Implementation Patterns: Ready-to-use, professionally styled code for all common chart types including line charts, bar charts, histograms, heatmaps, small multiples, and interactive Plotly visualizations.
  • Design & Accessibility Best Practices: Follow proven rules for insight-focused titles, proper axis labeling, color use, and accessibility to ensure your charts are understandable for all viewers, including those with visual impairments.
  • Use Case: If you need to present quarterly regional sales performance to leadership, use this Skill to select the right small multiples layout, apply consistent professional styling, add clear insight-focused titles, and ensure the charts are readable for colorblind team members.

Quick Start

Use the visualization skill to create a ranked horizontal bar chart of the top 10 product sales from the provided sales dataset, applying the default professional color palette and clear value labels for each bar.

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 in Python?

Choosing the right data visualization requires matching your specific data relationship to an optimal chart type. This ensures accurate representation of trends, comparisons, distributions, or correlations while avoiding misleading visuals like pie charts or 3D graphs.

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

To create accessible data visualizations with matplotlib and Plotly, apply design rules for proper axis labeling, color use, and insight-focused titles. This ensures your charts remain understandable for all viewers, including those with visual impairments or colorblindness.

What is the best way to present quarterly sales performance to stakeholders?

The best way to present quarterly sales performance is using small multiples layouts with consistent professional styling. This method provides clear regional comparisons and applies accessible design rules for effective stakeholder communication.

Does this visualization approach provide ready-to-use Python plotting code?

This visualization approach provides ready-to-use, professionally styled Python plotting code. It includes reusable implementation patterns for line charts, bar charts, histograms, heatmaps, small multiples, and interactive Plotly visualizations.

When should I avoid using pie charts for business reporting?

You should avoid using pie charts for business reporting when exact comparisons are needed, as they often mislead audiences. Instead, use ranked horizontal bar charts to display data like top product sales with clear value labels for each bar.