Toolverse
All skills

plotly

by davila7

Interactive scientific and statistical data visualization library for Python. Use when creating charts, plots, or visualizations including scatter plots, line charts, bar charts, heatmaps, 3D plots, geographic maps, statistical distributions, financial charts, and dashboards.

Installation

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

Installation

Quick info

Author
davila7
Category
Data Science
Views
40

About this skill

Interactive scientific and statistical data visualization library for Python. Use when creating charts, plots, or visualizations including scatter plots, line charts, bar charts, heatmaps, 3D plots, geographic maps, statistical distributions, financial charts, and dashboards. Supports both quick visualizations (Plotly Express) and fine-grained customization (graph objects). Outputs interactive HTML or static images (PNG, PDF, SVG).

How to use

  1. Zainstaluj Plotly za pomocą polecenia uv pip install plotly w swoim środowisku Python.

  2. Zaimportuj Plotly Express (px) do szybkiego tworzenia wykresów: import plotly.express as px oraz pandas do pracy z danymi.

  3. Przygotuj dane w formacie DataFrame — Plotly Express pracuje najlepiej z tabelami pandas zawierającymi kolumny x i y.

  4. Utwórz wykres jedną linią kodu, np. fig = px.scatter(df, x='x', y='y', title='Mój wykres') dla wykresu punktowego. Plotly Express automatycznie obsługuje kodowanie kolorów i legendy.

  5. Wyświetl wizualizację poleceniem fig.show() lub zapisz ją jako plik HTML do udostępnienia innym.

  6. Jeśli potrzebujesz zaawansowanych opcji (wykresy 3D, niestandardowe kształty, złożone finansowe), przełącz się na Graph Objects i modyfikuj figurę metodami update_layout() lub add_hline() — Plotly Express zwraca obiekty kompatybilne z tym podejściem.

Related skills

notebooklm

by leegonzales

Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.

Data Science
142112

data-storytelling

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

Data Science
26105

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

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

pptx

by anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

Data Science
134310

arxiv-search

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

Data Science
76172