kwp-data-create-viz

Generate publication-quality static and interactive visualizations with matplotlib, seaborn, and plotly.

7|5|Updated May 7, 2026
One-click install
npx skills add https://github.com/14790897/MiQi --skill kwp-data-create-viz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kwp-data-create-viz
Source: https://github.com/14790897/MiQi/tree/main/miqi/skills/kwp/data/create-viz
Command: npx skills add https://github.com/14790897/MiQi --skill kwp-data-create-viz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, seaborn, pandas, plotly.

What problem does it solve?

This skill removes the friction of creating high-quality data visualizations by automating the selection of chart types and the generation of professional-grade Python code.

Core Features & Use Cases

  • Intelligent Chart Selection: Automatically recommends the best visualization type based on your data relationship, such as trends, comparisons, or distributions.
  • Professional Styling: Applies consistent, publication-quality design standards including colorblind-friendly palettes and clean typography.
  • Use Case: Quickly transform raw sales data into a clear, annotated bar chart for an executive report or generate an interactive scatter plot to explore correlations in a research dataset.

Quick Start

Use the create-viz skill to generate a line chart showing the monthly revenue trend from the provided sales data.

Frequently Asked Questions about kwp-data-create-viz

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

FAQPage Schema
How do I generate publication-ready charts from raw data in Python?

To generate publication-ready charts, this skill uses Python libraries like matplotlib, seaborn, and plotly to render visualizations with professional design standards. It automates chart selection and styling based on your data to produce clean, annotated outputs for reports.

What is the best way to visualize data trends and distributions for a report?

The best way to visualize data trends and distributions is by applying intelligent chart selection to your dataset. This process automatically recommends the correct visualization type, such as line charts for trends or scatter plots for correlations, ensuring accurate analytical representation.

Do I need pandas to create interactive data visualizations with Python?

Yes, you need pandas for data manipulation before creating interactive data visualizations. This skill requires pandas to structure your raw data, alongside plotting libraries like plotly, to render professional static and interactive charts accurately.

Can I use matplotlib and seaborn for professional chart styling?

Yes, you can use matplotlib and seaborn for professional chart styling. This skill leverages these libraries to apply consistent, publication-quality design standards, including colorblind-friendly palettes and clean typography, directly to your generated charts.

How does automated chart selection work for categorical comparison?

Automated chart selection for categorical comparison works by analyzing your data relationships to recommend the most effective visualization type. It evaluates your dataset's structure to generate appropriate professional charts, removing the manual friction of choosing chart types.