·pgfplots
{}

pgfplots

用于数据可视化和绘图的 LaTeX pgfplots 包。在帮助用户在 LaTeX 中创建线图、条形图、散点图、直方图、3D 曲面或任何科学/数据图时使用。

5安装·0热度·@igbuend

安装

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

如何安装 pgfplots

通过命令行快速安装 pgfplots AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill pgfplots
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:igbuend/grimbard。

SKILL.md

查看原文

| 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 |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/igbuend/grimbard --skill pgfplots
分类
{}数据分析
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from igbuend/grimbard

快速解答

什么是 pgfplots?

用于数据可视化和绘图的 LaTeX pgfplots 包。在帮助用户在 LaTeX 中创建线图、条形图、散点图、直方图、3D 曲面或任何科学/数据图时使用。 来源:igbuend/grimbard。

如何安装 pgfplots?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill pgfplots 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/igbuend/grimbard