Создание графиков публикационного качества на Python

★ 7.3 · content

create-viz is a Claude Code skill that generates publication-quality data visualizations in Python from query results, pandas DataFrames, pasted data, or CSV/Excel files. It automatically recommends the right chart type for the data relationship — line charts for trends, horizontal bars for rankings, heatmaps for matrix relationships, scatter plots for correlations, and more. Static charts are built with matplotlib and seaborn; interactive charts with hover and zoom use plotly, and output is saved as a PNG at 150 dpi. Analysts and developers can use it to turn raw data into a polished chart for a report, presentation, or dashboard component without manually handling axis formatting, color palettes, or layout.