pgfplots

Installation
SKILL.md

pgfplots — Data Visualization & Plotting

CTAN: https://ctan.org/pkg/pgfplots
Manual: texdoc pgfplots

Setup

\usepackage{pgfplots}
\pgfplotsset{compat=1.18}  % ALWAYS set this — enables latest features

% Optional libraries
\usepgfplotslibrary{fillbetween, groupplots, statistics, colorbrewer, polar}

Basic Plot

\begin{tikzpicture}
Related skills
Installs
34
GitHub Stars
4
First Seen
Feb 15, 2026