Use when creating charts, plots, graphs, dashboards, Excel reports with openpyxl, infographics, generative art, statistical plots, animations, heatmaps, treemaps, sankey diagrams, choropleth maps, geographic maps, network graphs, D3.js custom visualizations, or accessible data visualizations (WCAG, colorblind-safe palettes, alt text for charts). Tools: matplotlib, plotly, seaborn, D3, Dash, p5.js, openpyxl, Pillow, Folium, NetworkX, bokeh.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Accessibility: Colorblind-safe palettes always. Never encode meaning with color alone. Add patterns/markers alongside color. Min contrast 4.5:1 text, 3:1 graphical. Alt text for every saved image.
Performance: >100k points → rasterized=True (mpl) or scattergl (Plotly). Always plt.close(fig) after saving.