·pgfplots
{}

pgfplots

LaTeX pgfplots package for data visualization and plotting. Use when helping users create line plots, bar charts, scatter plots, histograms, 3D surfaces, or any scientific/data plot in LaTeX.

5Installs·0Trend·@igbuend

Installation

$npx skills add https://github.com/igbuend/grimbard --skill pgfplots

How to Install pgfplots

Quickly install pgfplots AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill pgfplots
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: igbuend/grimbard.

SKILL.md

View raw

| axis | Standard linear axes | | semilogxaxis | Log scale on x-axis | | semilogyaxis | Log scale on y-axis | | loglogaxis | Log scale on both axes | | polaraxis | Polar coordinates (requires polar library) |

| xlabel | xlabel={Time (s)} | X-axis label | | ylabel | ylabel={Voltage} | Y-axis label | | title | title={Results} | Plot title | | xmin/xmax | xmin=0, xmax=10 | Axis limits | | ymin/ymax | ymin=-1, ymax=1 | Axis limits | | domain | domain=0:2pi | Default plot domain | | samples | samples=200 | Default sample count |

| grid | grid=major | major, minor, both, none | | legend pos | legend pos=north west | Legend placement | | width/height | width=10cm | Axis dimensions | | axis lines | axis lines=middle | box, left, middle, none | | enlargelimits | enlargelimits=0.1 | Pad axis range | | xtick | xtick={0,1,...,5} | Custom tick positions |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/igbuend/grimbard --skill pgfplots
Category
{}Data Analysis
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from igbuend/grimbard

Quick answers

What is pgfplots?

LaTeX pgfplots package for data visualization and plotting. Use when helping users create line plots, bar charts, scatter plots, histograms, 3D surfaces, or any scientific/data plot in LaTeX. Source: igbuend/grimbard.

How do I install pgfplots?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill pgfplots Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/igbuend/grimbard