paper-figure

Generate publication-quality figures and LaTeX-ready tables from JSON/CSV data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate publication-quality figures and tables from experiment results, turning raw data into ready-to-publish visuals.

Core Features & Use Cases

  • Data-driven figures: line, bar, scatter, and heatmap plots created from JSON/CSV experiment outputs.
  • LaTeX-ready tables: compact, publication-ready tables derived directly from results.
  • Multi-panel figures: assemble multiple panels for comparative analyses in a single figure.

Quick Start

Provide your experiment results in figures/ and run the figure-generation scripts to produce publication-ready plots.

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 CSV or JSON experiment results?

You can generate publication-quality figures from CSV or JSON experiment results by placing raw data in a figures/ directory and running Python plotting scripts to output vector PDFs and LaTeX include snippets.

Can I create multi-panel figures for comparative analyses in a single plot?

Yes, you can create multi-panel figures for comparative analyses by assembling multiple panels into a single figure, allowing side-by-side visual evaluation of experiment results.

How do I convert experiment data into LaTeX-ready tables for a manuscript?

You can convert experiment data into LaTeX-ready tables by processing JSON or CSV results into compact, publication-ready table formats with provided LaTeX include snippets for seamless integration.

Does this figure generation workflow require matplotlib or another Python plotting backend?

Yes, this figure generation workflow requires a Python plotting backend such as matplotlib to render data-driven plots from standard formats into vector PDF outputs.

What types of data-driven plots can I create for academic publication?

You can create line, bar, scatter, and heatmap plots for academic publication, transforming raw experiment data into publication-ready visuals across research workflows.

What is the best way to integrate generated plots into a LaTeX manuscript?

The best way to integrate generated plots into a LaTeX manuscript is using the provided LaTeX include snippets, which allow seamless embedding of vector PDF outputs directly into your document.