Toolverse
All skills

matplotlib

by K-Dense-AI

Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.

Installation

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

Installation

Quick info

Category
Data Science
Views
109

About this skill

Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.

How to use

  1. Zainstaluj matplotlib za pomocą pip: pip install matplotlib. Biblioteka jest dostępna dla Pythona i integruje się z Jupyter Notebookami oraz aplikacjami GUI.

  2. Wybierz interfejs odpowiadający Twoim potrzebom. Dla szybkich, prostych wykresów użyj interfejsu pyplot (styl MATLAB): zaimportuj matplotlib.pyplot as plt, następnie bezpośrednio wywołuj funkcje takie jak plt.plot(), plt.scatter() czy plt.bar(). Dla bardziej zaawansowanych projektów i pełnej kontroli nad elementami wykresu użyj API obiektowego: utwórz obiekty Figure i Axes za pomocą fig, ax = plt.subplots(), a następnie wywoływaj metody na obiekcie ax.

  3. Dostosuj wygląd wykresu poprzez ustawienie kolorów, stylów linii, etykiet osi, legend i tytułów. Matplotlib pozwala na precyzyjne kontrolowanie każdego elementu wizualnego.

  4. Dla złożonych wizualizacji utwórz wielopanelowe układy (subplots), łącząc wiele osi w jednej figurze. Umożliwia to porównywanie danych lub prezentowanie różnych aspektów tego samego zbioru.

  5. Generuj zaawansowane typy wykresów: mapy ciepła do danych 2D, wykresy konturowe, wizualizacje 3D oraz wykresy animowane. Każdy typ ma dedykowane funkcje i metody.

  6. Wyeksportuj gotowy wykres do formatu publikacyjnego: użyj plt.savefig() lub fig.savefig() z parametrem formatu (PNG, PDF, SVG). Wybierz rozdzielczość i rozmiar odpowiednie do Twojego celu.

Related skills

web-artifacts-builder

by anthropics

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX

Data Science
37124

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

market-research-reports

by davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for

Data Science
16115

xlsx

by anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2)

Data Science
40128

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681

excalidraw

by ryanquinn3

\

Data Science
124204