paper-figure

Generate publication-quality plots, tables, and LaTeX snippets from experiment data.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-figure-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/paper-figure
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-figure-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill helps you convert experiment results into publication-quality figures and LaTeX-ready tables, so you spend less time manually plotting and more time writing.

Core Features & Use Cases

  • Data-driven figure generation: Automatically creates standard ML paper plots like line charts, scatter plots, heatmaps, and box/violin plots from your experiment data.
  • Comparison tables for papers: Generates comparison artifacts, including LaTeX table output, to summarize methods and ablations.
  • Figure-plan guided workflow: Uses a PAPER_PLAN.md figure plan to decide what to generate versus what must be created manually, preserving any existing manual figures.
  • Print-friendly publication styling: Applies consistent fonts, DPI, and a publication-oriented visual style (with PDF vector output as the preferred format).

Quick Start

Use the paper-figure skill to generate all data-driven figures defined in your PAPER_PLAN.md and save them into the figures/ folder as publication-ready PDFs.

Frequently Asked Questions about paper-figure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate publication-quality plots from machine learning experiment logs?

Generate publication-quality plots by reading experiment logs and data files to produce reproducible plotting scripts and PDF outputs. This workflow applies consistent fonts, DPI, and publication styling to create print-ready figures for ML papers.

How do I create LaTeX tables from CSV or JSON experiment data for a research paper?

Create LaTeX tables from CSV or JSON experiment data by converting comparison metrics and ablation results into LaTeX-ready table code. This generates include snippets for downstream paper writing without manual formatting.

Can I preserve manually created architecture figures while generating data plots for my paper?

Yes, you can preserve manually created architecture figures. The workflow uses a PAPER_PLAN.md figure plan to distinguish between data-driven plots to generate automatically and manual figures to leave untouched.

What's the best way to automate reproducible figure generation for ML research submissions?

Automate reproducible figure generation by using a PAPER_PLAN.md file to define the figure plan and reading JSON, CSV, or log data files. The workflow outputs reproducible plotting scripts alongside PDF vector outputs to ensure consistency.

Do I need a figure plan to generate comparison tables and data plots for my paper?

Yes, a PAPER_PLAN.md figure plan is required to guide the generation process. It determines which data plots and comparison tables to produce automatically and which figures require manual creation.

What types of ML paper plots can be generated from experiment results?

Standard ML paper plots including line charts, scatter plots, heatmaps, and box or violin plots can be generated from experiment results. The workflow applies publication-oriented visual style with PDF vector output as the preferred format.