Toolverse
All skills

data-viz-plots

by Starlitnightly

Create publication-quality plots and visualizations using matplotlib and seaborn. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
6

About this skill

Create publication-quality plots and visualizations using matplotlib and seaborn. Works with ANY LLM provider (GPT, Gemini, Claude, etc.).

How to use

  1. Zainstaluj biblioteki Pythona: matplotlib, seaborn, pandas i numpy. Umiejętność wymaga tych pakietów do działania.

  2. Zaimportuj wymagane moduły na początku skryptu: matplotlib.pyplot, seaborn, pandas, numpy oraz matplotlib.gridspec i matplotlib.patches. Ustaw styl dla publikacyjnych wykresów, np. sns.set_style("whitegrid"), i skonfiguruj rozdzielczość: plt.rcParams['figure.dpi'] = 150 i plt.rcParams['savefig.dpi'] = 300.

  3. Przygotuj dane w postaci tabeli pandas lub tablic numpy. Upewnij się, że kolumny zawierają wartości numeryczne do wizualizacji.

  4. Utwórz figurę i osie za pomocą plt.subplots(), określając rozmiar figury (np. figsize=(6, 5)). Dodaj odpowiedni typ wykresu: scatter() dla punktów, heatmap() dla map ciepła, violinplot() dla skrzypców lub barplot() dla słupków.

  5. Sformatuj wygląd: dodaj etykiety osi (set_xlabel, set_ylabel), tytuł (set_title), siatkę (grid) i ukryj górne i prawe krawędzie (spines). Dostosuj kolory, czcionki i przezroczystość według potrzeb.

  6. Zapisz wykres w wysokiej rozdzielczości: plt.tight_layout() i plt.savefig('nazwa.png', dpi=300). Możesz tworzyć wielopanelowe figury łącząc wiele podwykresów w jednej figurze.

Related skills

chrome-devtools

by mrgoonie

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

DevOps
29141

dashboard-creator

by mhattingpete

Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.

DevOps
21124

clawhub

by openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

DevOps
14106

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

planning-with-files

by davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring u003e5 tool calls.

DevOps
2365