paper-figure

Generate publication-quality plots and LaTeX tables from experiment results.

14.4k|1.3k|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill paper-figure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep/tree/main/skills/paper-figure
Command: npx skills add https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep --skill paper-figure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of publication-quality figures and tables from experiment results, streamlining the process of preparing research papers.

Core Features & Use Cases

  • Data-driven plots: Generates line plots, bar charts, scatter plots, heatmaps, and box plots from experiment data.
  • Comparison tables: Creates LaTeX tables for comparing methods or results.
  • Multi-panel figures: Supports combining multiple plots into a single figure.
  • Use Case: Automatically generate all data plots and comparison tables required for an ML paper based on experiment logs and a figure plan.

Quick Start

Use the paper-figure skill to generate figures based on the plan in PAPER_PLAN.md.

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 figures from experiment results?

To generate publication-quality figures from experiment results, the Skill automates data parsing and plot styling to create line plots, bar charts, scatter plots, and heatmaps. It orchestrates data extraction and applies styling rules for direct manuscript integration.

Can I create LaTeX comparison tables from my experiment data?

Yes, you can create LaTeX comparison tables from experiment data. The Skill generates LaTeX snippets by parsing experimental results, allowing you to compare methods or outcomes seamlessly within your research papers.

How do I combine multiple plots into a single multi-panel figure?

You can combine multiple plots into a single multi-panel figure by defining a figure plan in your PAPER_PLAN.md file. The Skill parses this plan to orchestrate the arrangement of various data-driven plots into one unified publication-quality output.

What types of plots are supported for matplotlib publication figures?

Supported matplotlib plot types for publication figures include line plots, bar charts, scatter plots, heatmaps, and box plots. The Skill automates the styling of these plots to meet publication standards from raw experiment logs.

Does the paper-figure Skill work without external dependencies?

Yes, the paper-figure Skill operates without external dependencies. It uses internal scripts and references to automate the generation of plots and LaTeX tables, streamlining the manuscript preparation process independently.

What is the best way to automate ML paper figure generation?

The best way to automate ML paper figure generation is to define a figure plan in PAPER_PLAN.md. The Skill then automatically reads this plan and your experiment logs to generate all required data plots and LaTeX comparison tables.