loom-data-visualization
SolidBuild effective charts, dashboards, and reports across analytics, infrastructure monitoring, and ML domains.
Data & Documents 54 stars
3 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Data Visualization
## Overview
Match the chart to the data relationship, encode quantities in perceptually accurate channels, avoid distortion, and make it accessible. This skill is the design layer above the plotting library.
## Chart selection by data relationship
| Goal | Prefer | Avoid |
| --- | --- | --- |
| Compare across categories | horizontal bar (sorted), dot plot | pie with >~5 slices |
| Part-to-whole | stacked bar, treemap; pie only ≤5 slices | many pies / donuts for precise comparison |
| Distribution | histogram, box, violin, ECDF | bar of means (hides spread) |
| Two-variable relationship | scatter (+ trend), 2D density/hexbin when dense | scatter with 100k overplotted points |
| Correlation matrix | heatmap (diverging scale) | 3D surface |
| Trend over time | line; area for cumulative | connecting unordered categories with lines |
| Ranking | ordered bar / lollipop | pie |
| Performance vs target | bullet chart | gauge cluster |
| Geographic | choropleth (normalized), point/flow map | raw-count choropleth (just shows population) |
## Perceptual accuracy (why bars beat pies)
Cleveland–McGill ranking of how accurately humans decode a quantity:
**position on common scale > position on non-aligned scale > length > angle/slope > area > volume > color hue/saturation.**
- Encode the *most important* quantity in position/length (bar, dot, line), not area or color.
- Pie/donut = angle+area (weak); bubble = area (people underestimate large circles — area scal...
Details
- Author
- cosmix
- Repository
- cosmix/loom
- Created
- 8 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
data-visualizer
Create effective data visualizations with the right chart types, color palettes, and interactive features. Based on Anthropic's Claude Cookbooks (vision capabilities).
1 Updated today
Marine-softdrink524 AI & Automation Listed
data-visualization
Guides data visualization with chart selection, dashboard layout design, visual encoding, and data storytelling best practices. Use when user asks about data visualization, chart selection, graph design, dashboard layout, infographic, data storytelling, 데이터 시각화, 차트, 대시보드, or 그래프.
3 Updated today
Yoodaddy0311 Data & Documents Solid
data-visualization
Python (matplotlib, seaborn, plotly) でデータ可視化を行うスキル。 「グラフを作って」「チャート作成」「データを可視化して」等のリクエストで発動。 チャート選定、デザイン原則、アクセシビリティ対応も含む。
347 Updated 1 weeks ago
minicoohei